|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IObjectProperties
Each object that supports generic attributes must implement this interface.
| Method Summary | |
|---|---|
java.lang.Object |
getProperty(java.lang.String propertyName)
Returns the property associated with the given name. |
java.lang.String[] |
getPropertyNames()
Returns all currently known properties. |
void |
setProperty(java.lang.String propertyName,
java.lang.Object object)
Sets the value of the property with the specified name to the given object. |
| Method Detail |
|---|
java.lang.Object getProperty(java.lang.String propertyName)
propertyName - A valid name (must not be null or empty string)
void setProperty(java.lang.String propertyName,
java.lang.Object object)
propertyName - A valid name (must not be null or empty string)object - The object to keep under the specified property namejava.lang.String[] getPropertyNames()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||