org.apache.jdo.jdoql.tree
Interface CandidateClass

All Superinterfaces:
Node, java.io.Serializable
All Known Implementing Classes:
CandidateClassImpl

public interface CandidateClass
extends Node

This node represents the candidate class of a query. The candidate class defines the type of instances in the candidate collection on which the filter expression is applied. This node does not have nay children.

Author:
Michael Watzek

Method Summary
 
Methods inherited from interface org.apache.jdo.jdoql.tree.Node
arrive, getChildren, getJavaClass, getObject, getParent, getTokenType, leave, setObject, setParent, walkNextChild
 



Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.