|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.lonniepryor.blues.cfg.IncludeCfgImpl.SetVariableCfg
Child element for setting variable refrences.
Constructor Summary | |
IncludeCfgImpl.SetVariableCfg()
Creates a new SetVariableCfg object. |
Method Summary | |
java.lang.String |
getName()
Returns the name of the variable to set. |
java.lang.String |
getRef()
Returns the refrence to set the variable to. |
void |
setName(java.lang.String name)
Sets the name of the variable to set. |
void |
setRef(java.lang.String ref)
Sets the refrence to set the variable to. |
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 IncludeCfgImpl.SetVariableCfg()
Method Detail |
public void setName(java.lang.String name)
name
- The name of the variable to set.public void setRef(java.lang.String ref)
ref
- The refrence to set the variable to.public void verify()
Verifiable
verify
in interface Verifiable
public java.lang.String getName()
public java.lang.String getRef()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |