Uses of Class
org.eclipse.emf.query.statements.IteratorKind

Packages that use IteratorKind
org.eclipse.emf.query.statements This package contains usable query statements and their required clauses.  
 

Uses of IteratorKind in org.eclipse.emf.query.statements
 

Fields in org.eclipse.emf.query.statements declared as IteratorKind
static IteratorKind IteratorKind.FLAT_LITERAL
          Iterate in a "flat" fashion without traversing the contents of the EObjects.
static IteratorKind IteratorKind.HIERARCHICAL_LITERAL
          Iterate in a "hierarchical" fashion traversing the containment subtree of each EObject.
 

Methods in org.eclipse.emf.query.statements that return IteratorKind
static IteratorKind IteratorKind.get(int val)
           
static IteratorKind IteratorKind.get(java.lang.String name)
           
 

Constructors in org.eclipse.emf.query.statements with parameters of type IteratorKind
FROM(IEObjectSource eObjectSource, IteratorKind iteratorKind)
           
FROM(IEObjectSource eObjectSource, EObjectCondition filterCondition, IteratorKind iteratorKind, IEStructuralFeatureValueGetter eStructuralFeatureValueGetter)
           
FROM(org.eclipse.emf.ecore.EObject eObject, IteratorKind iteratorKind)
           
FROM(org.eclipse.emf.ecore.EObject eObject, EObjectCondition filterCondition, IteratorKind iteratorKind, IEStructuralFeatureValueGetter eStructuralFeatureValueGetter)
           
FROM(java.util.Collection eObjects, IteratorKind iteratorKind)
           
FROM(java.util.Collection eObjects, EObjectCondition filterCondition, IteratorKind iteratorKind, IEStructuralFeatureValueGetter eStructuralFeatureValueGetter)
           
 


Copyright 2002, 2006 IBM Corporation and others.
All Rights Reserved.