|
|||||||||
| 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 | |
|---|---|
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 |
|---|
java.lang.Object getProperty(java.lang.String key)
java.util.Iterator propertyNames()
void setProperty(java.lang.String key,
java.lang.Object value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||