|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The IPropertyProvider interface provides three basic methods to access named property objects.
Method Summary | |
java.lang.Object |
getProperty(java.lang.String propertyName)
Access method that returns the named property object or null if the property name could not be identified. |
java.lang.Object |
getProperty(java.lang.String propertyName,
java.lang.Object defaultValue)
Access method that returns the named property object or the provided default value object if the property name could not be identified. |
void |
setProperty(java.lang.String propertyName,
java.lang.Object propertyValue)
Mutation methods that sets the named property to the provided property object. |
Method Detail |
public java.lang.Object getProperty(java.lang.String propertyName)
public java.lang.Object getProperty(java.lang.String propertyName, java.lang.Object defaultValue)
public void setProperty(java.lang.String propertyName, java.lang.Object propertyValue)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |