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 with type parameters of type IteratorKind
static List<IteratorKind> IteratorKind.VALUES
           
 

Methods in org.eclipse.emf.query.statements that return IteratorKind
static IteratorKind IteratorKind.get(int val)
           
static IteratorKind IteratorKind.get(String name)
           
static IteratorKind IteratorKind.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IteratorKind[] IteratorKind.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

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


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