tinytl
Class TTLAttrNode

java.lang.Object
  extended by tinytl.TTLAttrNode

public class TTLAttrNode
extends java.lang.Object


Field Summary
private  TTLIdentifier name
          Fields
private  TTLStringExpr value
           
 
Constructor Summary
TTLAttrNode()
          Create a new isntance of TTLAttrNode
 
Method Summary
 TTLIdentifier getName()
           
 TTLStringExpr getValue()
           
 void setName(TTLIdentifier name)
           
 void setValue(TTLStringExpr value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private TTLIdentifier name
Fields


value

private TTLStringExpr value
Constructor Detail

TTLAttrNode

public TTLAttrNode()
Create a new isntance of TTLAttrNode

Method Detail

getName

public TTLIdentifier getName()
Returns:
Returns the name.

setName

public void setName(TTLIdentifier name)
Parameters:
name - The name to set.

getValue

public TTLStringExpr getValue()
Returns:
Returns the value.

setValue

public void setValue(TTLStringExpr value)
Parameters:
value - The value to set.