|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Reprents the structure of a generic bean. This class has two purposes:
| Method Summary | |
Map |
getProperties()
Returns a read only map containing all properties in this structure. |
Object |
getProperty(String name)
Returns the property with the specified name. |
boolean |
isReadOnly()
Returns true if this BeanStructure object is marked as readonly. |
void |
setReadOnly()
Marks this BeanStructure as "readonly". |
| Method Detail |
public Object getProperty(String name)
null is returned depending on the implementation
and on the status of the readOnly flag.name - the name of the searched property.public Map getProperties()
public void setReadOnly()
getProperty called for a not contained property name
returns null.public boolean isReadOnly()
getProperty called for a not contained property name
returns null.true if this BeanStructure object is marked as
readonly, false otherwise
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||