Runtime

org.eclipse.gmf.runtime.notation
Class Routing

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.eclipse.gmf.runtime.notation.Routing
All Implemented Interfaces:
java.io.Serializable, org.eclipse.emf.common.util.Enumerator

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

A representation of the literals of the enumeration 'Routing', and utility methods for working with them.

See Also:
NotationPackage.getRouting(), Serialized Form
** Generated **
Model:

Field Summary
static int MANUAL
          The 'Manual' literal value
static Routing MANUAL_LITERAL
          The 'Manual' literal object
static int RECTILINEAR
          The 'Rectilinear' literal value
static Routing RECTILINEAR_LITERAL
          The 'Rectilinear' literal object
static int TREE
          The 'Tree' literal value
static Routing TREE_LITERAL
          The 'Tree' literal object
static java.util.List VALUES
          A public read-only list of all the 'Routing' enumerators
 
Method Summary
static Routing get(int value)
          Returns the 'Routing' literal with the specified integer value
static Routing get(java.lang.String literal)
          Returns the 'Routing' literal with the specified literal value
static Routing getByName(java.lang.String name)
          Returns the 'Routing' literal with the specified name
 
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

MANUAL

public static final int MANUAL
The 'Manual' literal value.

See Also:
MANUAL_LITERAL, Constant Field Values
** Generated **
Ordered:
Model:
name="Manual"

RECTILINEAR

public static final int RECTILINEAR
The 'Rectilinear' literal value.

See Also:
RECTILINEAR_LITERAL, Constant Field Values
** Generated **
Ordered:
Model:
name="Rectilinear"

TREE

public static final int TREE
The 'Tree' literal value.

See Also:
TREE_LITERAL, Constant Field Values
** Generated **
Ordered:
Model:
name="Tree"

MANUAL_LITERAL

public static final Routing MANUAL_LITERAL
The 'Manual' literal object.

See Also:
MANUAL
** Generated **
Ordered:

RECTILINEAR_LITERAL

public static final Routing RECTILINEAR_LITERAL
The 'Rectilinear' literal object.

See Also:
RECTILINEAR
** Generated **
Ordered:

TREE_LITERAL

public static final Routing TREE_LITERAL
The 'Tree' literal object.

See Also:
TREE
** Generated **
Ordered:

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Routing' enumerators.

** Generated **
Method Detail

get

public static Routing get(java.lang.String literal)
Returns the 'Routing' literal with the specified literal value.

** Generated **

getByName

public static Routing getByName(java.lang.String name)
Returns the 'Routing' literal with the specified name.

** Generated **

get

public static Routing get(int value)
Returns the 'Routing' literal with the specified integer value.

** Generated **

Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.