|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Parameter
Parameter
A parameter assigns a name to a value
Method Summary | |
---|---|
void |
bind(Subset2 subset)
Binds this parameter to the given Subset2
NOTE: PLEASE DON'T USE! |
java.lang.String |
getName()
Returns the parameter name. |
java.lang.Object |
getValue()
Returns the parameter value |
void |
unbind()
Releases this parameter from a previously binded Subset2
NOTE: PLEASE DON'T USE! |
Method Detail |
---|
java.lang.String getName()
null
null
if none was setjava.lang.Object getValue()
null
if none was setvoid bind(Subset2 subset)
Binds this parameter to the given Subset2
subset
- void unbind()
Releases this parameter from a previously binded Subset2
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |