|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectat.spardat.xma.component.ComponentProperty
This class serves as a helper for getting and setting propertys in a generic way.
For each property of a component in its generated class one instance of this class is
created and can be accessed by Component.getPropDes().
| Constructor Summary | |
ComponentProperty(java.lang.String name,
java.lang.Class type,
Component component,
java.lang.Class genClass)
Constructs a property descriptor. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ComponentProperty(java.lang.String name,
java.lang.Class type,
Component component,
java.lang.Class genClass)
name - the name of the propertytype - the type of the propertycomponent - the component containing the propertygenClass - the class of the component in which the property is declared
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||