|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
void |
addValue(java.lang.String value)Add a value to the list of values. |
boolean |
getBoolean()Get value as Boolean; |
java.lang.Long |
getId()Returns the unique id for the attribute. |
java.lang.String[] |
getListOfString()Get value as list of strings. |
java.lang.String |
getName()Get the name of the attribute. |
java.lang.String |
getString()Get value as String. |
boolean |
isBoolean()Returns whether the attribute is of boolean type. |
boolean |
isListOfString()Returns whether the attribute is of LOV type. |
boolean |
isOrdered()Returns whether the list of values is ordered. |
boolean |
isString()Returns whether the attribute is of String type. |
void |
removeValue(java.lang.String value)Remove a value from the list of values. |
void |
setValues(java.lang.String[] values)Sets the values for the delivery context attribute to the given values inside the string array. |
| Method Detail |
public void addValue(java.lang.String value)
public boolean getBoolean()
isBoolean()public java.lang.Long getId()
public java.lang.String[] getListOfString()
isListOfString()public java.lang.String getName()
public java.lang.String getString()
isString()public boolean isBoolean()
getBoolean()public boolean isListOfString()
getListOfString()public boolean isOrdered()
public boolean isString()
getString()public void removeValue(java.lang.String value)
public void setValues(java.lang.String[] values)
values - The new values array in forms of string array.
|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||