org.apache.ode.ql.jcc
Class ASTOrderType

java.lang.Object
  extended by org.apache.ode.ql.jcc.SimpleNode
      extended by org.apache.ode.ql.jcc.ASTOrderType
All Implemented Interfaces:
Node

public class ASTOrderType
extends SimpleNode


Field Summary
protected  java.lang.String value
           
 
Fields inherited from class org.apache.ode.ql.jcc.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTOrderType(int id)
           
 
Method Summary
 java.lang.String getValue()
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class org.apache.ode.ql.jcc.SimpleNode
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

protected java.lang.String value
Constructor Detail

ASTOrderType

public ASTOrderType(int id)
Method Detail

getValue

public java.lang.String getValue()
Returns:
the value

setValue

public void setValue(java.lang.String value)
Parameters:
value - the value to set