org.tranql.ql
Class AttributeReference

java.lang.Object
  extended by org.tranql.ql.AbstractNode
      extended by org.tranql.ql.AttributeReference
All Implemented Interfaces:
java.io.Serializable, Node

public class AttributeReference
extends AbstractNode

This node represents an attribute navigation of an entity. This node expects no children. someEntity.someAttribute

Version:
$Revision: 138 $ $Date: 2004-10-21 05:52:45 +0200 (Thu, 21 Oct 2004) $
See Also:
Serialized Form

Constructor Summary
AttributeReference(AliasedEntity source, Attribute attribute)
           
 
Method Summary
 Attribute getAttribute()
           
 AliasedEntity getSource()
           
 java.lang.Object visit(QueryVisitor visitor, java.lang.Object param)
           
 
Methods inherited from class org.tranql.ql.AbstractNode
addChild, getChild, getSibling, isOnlyChild, setSibling
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeReference

public AttributeReference(AliasedEntity source,
                          Attribute attribute)
Method Detail

getSource

public AliasedEntity getSource()

getAttribute

public Attribute getAttribute()

visit

public java.lang.Object visit(QueryVisitor visitor,
                              java.lang.Object param)
                       throws QueryException
Throws:
QueryException


Copyright © -2010 The Codehaus. All Rights Reserved.