|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Properties
Defines an interface for objects that can be annotated with Properties.
| Method Summary | |
|---|---|
void |
addProperty(Property p)
Add a property to the object. |
void |
copyProperties(Properties p)
Copy all the properties associated with the passed in Properties object into this Properties object. |
Property |
getProperty(java.lang.String str)
Obtain a property from the object. |
PropertyList |
getPropertyList()
Return a list of the object properties. |
| Method Detail |
|---|
void addProperty(Property p)
p - The property to addvoid copyProperties(Properties p)
p - Property getProperty(java.lang.String str)
str - The property name that is wantedPropertyList 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 | |||||||||