Basic HTML version of Foils prepared Aug 14 1997

Foil 9 Indexed Properties

From JavaBeans Examples UC Web applications Certificate -- Aug 11,14 97. by Nancy McCracken


1 Properties can also have arrays of values. For example, you can have a property named StockList, which had an indexed collection of Strings as its value: public String [ ] getStockList ( ); public void setStockList ( String [ ] values);
2 And you can give methods to access individual values: public String getStockList (int index); public void setStockList (int index, String value);

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Thu Jan 8 1998