org.eclipse.emf.query.statements
Class IteratorKind

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.eclipse.emf.query.statements.IteratorKind
All Implemented Interfaces:
Serializable, Enumerator

public final class IteratorKind
extends AbstractEnumerator

An enumeration of iteration methodologies for EObjects.

See Also:
Serialized Form

Field Summary
static int FLAT
           
static IteratorKind FLAT_LITERAL
          Iterate in a "flat" fashion without traversing the contents of the EObjects.
static int HIERARCHICAL
           
static IteratorKind HIERARCHICAL_LITERAL
          Iterate in a "hierarchical" fashion traversing the containment subtree of each EObject.
static List VALUES
           
 
Method Summary
static IteratorKind get(int val)
           
static IteratorKind get(String name)
           
static int getTotalCount()
           
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getLiteral, getName, getValue, toString, writeReplace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

FLAT_LITERAL

public static final IteratorKind FLAT_LITERAL
Iterate in a "flat" fashion without traversing the contents of the EObjects.


HIERARCHICAL_LITERAL

public static final IteratorKind HIERARCHICAL_LITERAL
Iterate in a "hierarchical" fashion traversing the containment subtree of each EObject.


FLAT

public static final int FLAT

HIERARCHICAL

public static final int HIERARCHICAL

VALUES

public static final List VALUES
Method Detail

get

public static IteratorKind get(int val)

get

public static IteratorKind get(String name)

getTotalCount

public static int getTotalCount()

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