|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.lonniepryor.blues.cfg.ModuleCfgImpl.VariableCfg
Child element for declaring external variables.
Constructor Summary | |
ModuleCfgImpl.VariableCfg()
Creates a new VariableCfg object. |
Method Summary | |
java.lang.String |
getName()
Returns the name of the external variable. |
void |
setName(java.lang.String name)
Sets the name of the external variable. |
void |
verify()
Verifies the state of this configuration element. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ModuleCfgImpl.VariableCfg()
Method Detail |
public void setName(java.lang.String name)
name
- The name of the external variable.public void verify()
Verifiable
verify
in interface Verifiable
public java.lang.String getName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |