|
|||||||||
| 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)
This method is used to add Properties to the object. |
void |
copyProperties(Properties p)
This method is used to copy all the properties associated with the Properties object passed in as an argument into this Properites 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 |
|---|
void addProperty(Property p)
p - The property to addvoid copyProperties(Properties p)
p - Property getProperty(java.lang.String str)
str - Specifies the desired property to grabPropertyList 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 | ||||||||