|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface that defines an object that can store named propertys. The names and the properties are Strings.
Method Summary | |
java.lang.String |
getProperty(java.lang.String name)
Retrieves the named property, or null if the property is not defined. |
java.util.List |
getPropertyNames()
Returns a List of Strings, the names of all properties held by the receiver. |
void |
removeProperty(java.lang.String name)
Removes the named property, if present. |
void |
setProperty(java.lang.String name,
java.lang.String value)
Sets a named property. |
Method Detail |
public java.util.List getPropertyNames()
Prior to release 2.2, this method returned Collection.
public void setProperty(java.lang.String name, java.lang.String value)
public void removeProperty(java.lang.String name)
public java.lang.String getProperty(java.lang.String name)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |