|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--pds.ruleset.PPIVariable
PPIVariable aids in the defnition of ruleset variables.
Field Summary | |
java.lang.String |
mName
The list of elements in the label |
java.lang.String |
mValue
|
Constructor Summary | |
PPIVariable(java.lang.String name,
java.lang.String value)
Creates an instance of a variable. |
Method Summary | |
void |
dump()
Prints out a variable. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String mName
public java.lang.String mValue
Constructor Detail |
public PPIVariable(java.lang.String name, java.lang.String value)
name
- the name for the variable.value
- the value for the variable.Method Detail |
public void dump()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |