tinytl
Class TTLAllTexts

java.lang.Object
  extended by tinytl.TTLNodeExpr
      extended by tinytl.TTLAllTexts

public class TTLAllTexts
extends TTLNodeExpr


Field Summary
private  java.lang.Boolean isTrue
          Fields
 
Constructor Summary
TTLAllTexts()
          Creates new instance of TTLAllTexts
 
Method Summary
 java.lang.Boolean getIsTrue()
           
 void setIsTrue(java.lang.Boolean isTrue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isTrue

private java.lang.Boolean isTrue
Fields

Constructor Detail

TTLAllTexts

public TTLAllTexts()
Creates new instance of TTLAllTexts

Method Detail

getIsTrue

public java.lang.Boolean getIsTrue()
Returns:
Returns the isTrue.

setIsTrue

public void setIsTrue(java.lang.Boolean isTrue)
Parameters:
isTrue - The isTrue to set.