|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Defines an interface for objects that can be annotated with Properties.
| Method Summary | |
void |
addProperty(Property p)
This method is used to add Properties to the object. |
Property |
getProperty(java.lang.String str)
This method is used to obtain a property from the object. |
PropertyList |
getPropertyList()
This method returns a list of the object properties. |
| Method Detail |
public void addProperty(Property p)
p - The property to addpublic Property getProperty(java.lang.String str)
str - Specifies the desired property to grabpublic PropertyList getPropertyList()
PropertyList Object containing all the
properties for the interfacing object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||