|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Parameter
Base interface for parameter. It allows reading of parameter values. Will eventaully bne replaced by JavaBeans.
Method Summary | |
---|---|
java.lang.String |
getName()
Name of this parameter. |
java.lang.Class |
getType()
Returns the Class type of the parameter. |
java.lang.Object |
getValue()
Returns the current value of this object. |
boolean |
isStructural()
Will modification of this parameter cause a structural change in the component that has it? |
Method Detail |
---|
java.lang.String getName()
java.lang.Class getType()
java.lang.Object getValue()
boolean isStructural()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |