IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.notation
Class JumpLinkStatus

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

public final class JumpLinkStatus
extends AbstractEnumerator

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

See Also:
NotationPackage.getJumpLinkStatus()

Field Summary
static int ABOVE
          The 'Above' literal value
static JumpLinkStatus ABOVE_LITERAL
          The 'Above' literal object
static int ALL
          The 'All' literal value
static JumpLinkStatus ALL_LITERAL
          The 'All' literal object
static int BELOW
          The 'Below' literal value
static JumpLinkStatus BELOW_LITERAL
          The 'Below' literal object
static int NONE
          The 'None' literal value
static JumpLinkStatus NONE_LITERAL
          The 'None' literal object
static List VALUES
          A public read-only list of all the 'Jump Link Status' enumerators
 
Method Summary
static JumpLinkStatus get(int value)
          Returns the 'Jump Link Status' literal with the specified value
static JumpLinkStatus get(String name)
          Returns the 'Jump Link Status' 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

NONE

public static final int NONE
The 'None' literal value.

See Also:
NONE_LITERAL, Constant Field Values

ALL

public static final int ALL
The 'All' literal value.

See Also:
ALL_LITERAL, Constant Field Values

BELOW

public static final int BELOW
The 'Below' literal value.

See Also:
BELOW_LITERAL, Constant Field Values

ABOVE

public static final int ABOVE
The 'Above' literal value.

See Also:
ABOVE_LITERAL, Constant Field Values

NONE_LITERAL

public static final JumpLinkStatus NONE_LITERAL
The 'None' literal object.

See Also:
NONE

ALL_LITERAL

public static final JumpLinkStatus ALL_LITERAL
The 'All' literal object.

See Also:
ALL

BELOW_LITERAL

public static final JumpLinkStatus BELOW_LITERAL
The 'Below' literal object.

See Also:
BELOW

ABOVE_LITERAL

public static final JumpLinkStatus ABOVE_LITERAL
The 'Above' literal object.

See Also:
ABOVE

VALUES

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

Method Detail

get

public static JumpLinkStatus get(String name)
Returns the 'Jump Link Status' literal with the specified name.


get

public static JumpLinkStatus get(int value)
Returns the 'Jump Link Status' 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.