jrun.ejb.ejbql
Class FromClause

java.lang.Object
  |
  +--jrun.ejb.ejbql.FromClause
All Implemented Interfaces:
Clause, Element

public class FromClause
extends java.lang.Object
implements Clause

The FROM clause of an EJB QL query.

Author:
Enrique Duvos

Fields inherited from interface jrun.ejb.ejbql.Element
UNSPECIFIED_TRAVERSAL_ORDER
 
Constructor Summary
FromClause()
           
 
Method Summary
 void accept(Visitor visitor)
           
 void addIdentVar(IdentificationVar identificationVar)
           
 boolean equals(java.lang.Object other)
           
 java.util.ListIterator getChildren(int traversalType)
           
 IdentificationVar getIdentVar(java.lang.String name)
           
 java.util.Iterator getIdentVars()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FromClause

public FromClause()
Method Detail

getIdentVars

public java.util.Iterator getIdentVars()

addIdentVar

public void addIdentVar(IdentificationVar identificationVar)

getIdentVar

public IdentificationVar getIdentVar(java.lang.String name)

accept

public void accept(Visitor visitor)
Specified by:
accept in interface Element

getChildren

public java.util.ListIterator getChildren(int traversalType)
Specified by:
getChildren in interface Element

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object


Copyright � 2002 Macromedia Corporation. All Rights Reserved.