|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A IOrderedProperty is a property that may have many ordered values.
Method Summary | |
void |
appendValue(Object value)
Appends a value to a property's value list. |
Object[] |
clear()
Clears a propery. |
String |
getName()
Gets the name of the property |
Object[] |
getValues()
Retrieve the ordered list of values. |
void |
prependValue(Object value)
Prepend a value to a property's value list. |
void |
setName(String name)
Sets the name of the property |
Method Detail |
public void setName(String name)
name
- The name of the propertypublic String getName()
public void appendValue(Object value)
value
- The value to appendpublic void prependValue(Object value)
value
- The value to prependpublic Object[] getValues()
public Object[] clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |