Class TPLvariable

java.lang.Object
  extended byTPLvariable
Direct Known Subclasses:
TPLboolean, TPLinteger, TPLstring

public class TPLvariable
extends java.lang.Object

This is the basic TPL variable, it is used as template for the INTEGER and STRING TPL variables. It can also be used to cast the variables into to determine their type etc.


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

Constructor Detail

TPLvariable

public TPLvariable(java.lang.String n)
Sets up the variable.