IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.notation
Class Routing

java.lang.Object
  extended byorg.eclipse.emf.common.util.AbstractEnumerator
      extended bycom.ibm.xtools.notation.Routing
All Implemented Interfaces:
Enumerator

public final class Routing
extends AbstractEnumerator

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

See Also:
NotationPackage.getRouting()

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 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 value
static Routing get(String name)
          Returns the 'Routing' literal with the specified name
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getName, getValue, toString
 
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

RECTILINEAR

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

See Also:
RECTILINEAR_LITERAL, Constant Field Values

TREE

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

See Also:
TREE_LITERAL, Constant Field Values

MANUAL_LITERAL

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

See Also:
MANUAL

RECTILINEAR_LITERAL

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

See Also:
RECTILINEAR

TREE_LITERAL

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

See Also:
TREE

VALUES

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

Method Detail

get

public static Routing get(String name)
Returns the 'Routing' literal with the specified name.


get

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


IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.