| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Class which implements this interface will have ability to have only one property with a number of values.
There are methods to add new values and to make some checks, but there are no methods to get/set property
value and to produce other actions. For full access to properties PropertyMap should be
implemented instead.
| Method Summary | |
Property | addProperty(Object propertyValue)Adds new value. |
boolean | canAddProperty(Object propertyValue)Checks whether it is possible to add specified value. |
boolean | isReadable()Checks whether this property is readable. |
boolean | isWritable()Checks whether this property is writeable. |
Enumeration | properties()Returns Enumeration of all values. |
| Method Detail |
public Property addProperty(Object propertyValue)
public boolean canAddProperty(Object propertyValue)
public boolean isReadable()
public boolean isWritable()
public Enumeration properties()
| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||