|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(String name)
|
Constructors in org.eclipse.emf.query.statements with parameters of type IteratorKind | |
---|---|
FROM(Collection eObjects,
EObjectCondition filterCondition,
IteratorKind iteratorKind,
IEStructuralFeatureValueGetter eStructuralFeatureValueGetter)
|
|
FROM(Collection 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. |
|||||||||
PREV NEXT | FRAMES NO FRAMES |