Class TPLboolean

java.lang.Object
  extended byTPLvariable
      extended byTPLboolean

public class TPLboolean
extends TPLvariable

The TPL BOOLEAN variable. This can be cast into a basic TPLvariable to extract the data type.


Constructor Summary
TPLboolean(java.lang.String n, boolean d)
          Sets up the variable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TPLboolean

public TPLboolean(java.lang.String n,
                  boolean d)
Sets up the variable.