org.eclipse.emf.query.statements
Class IteratorKind

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

public final class IteratorKind
extends org.eclipse.emf.common.util.AbstractEnumerator

An enumeration of iteration methodologies for EObjects.


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 java.util.List VALUES
           
 
Method Summary
static IteratorKind get(int val)
           
static IteratorKind get(java.lang.String name)
           
static int getTotalCount()
           
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getLiteral, getName, getValue, toString
 
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 java.util.List VALUES
Method Detail

get

public static IteratorKind get(int val)

get

public static IteratorKind get(java.lang.String name)

getTotalCount

public static int getTotalCount()

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