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