org.apache.ode.ql.jcc
Class ASTProperty

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

public class ASTProperty
extends SimpleNode


Field Summary
protected  javax.xml.namespace.QName name
           
 
Fields inherited from class org.apache.ode.ql.jcc.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTProperty(int id)
           
 
Method Summary
 javax.xml.namespace.QName getName()
           
 void setName(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

name

protected javax.xml.namespace.QName name
Constructor Detail

ASTProperty

public ASTProperty(int id)
Method Detail

setName

public void setName(java.lang.String value)

getName

public javax.xml.namespace.QName getName()
Returns:
the name