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