pds.ruleset
Class PPIVariable

java.lang.Object
  |
  +--pds.ruleset.PPIVariable

public class PPIVariable
extends java.lang.Object

PPIVariable aids in the defnition of ruleset variables.

Since:
1.0

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

mName

public java.lang.String mName
The list of elements in the label


mValue

public java.lang.String mValue
Constructor Detail

PPIVariable

public PPIVariable(java.lang.String name,
                   java.lang.String value)
Creates an instance of a variable.

Parameters:
name - the name for the variable.
value - the value for the variable.
Since:
1.0
Method Detail

dump

public void dump()
Prints out a variable.

Since:
1.0