|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyContainer
An object that can be annotated with arbitrary objects whose keys are strings.
Method Summary | |
---|---|
Object |
getProperty(String key)
Return the property corresponding to the given key, or null if no such property exists. |
Iterator |
propertyNames()
Get an iterator over the names of the properties. |
void |
setProperty(String key,
Object value)
Set the property corresponding to the given key. |
Method Detail |
---|
Object getProperty(String key)
Iterator propertyNames()
void setProperty(String key, Object value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |