IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.notation
Class JumpLinkType

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

public final class JumpLinkType
extends AbstractEnumerator

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

See Also:
NotationPackage.getJumpLinkType()

Field Summary
static int CHAMFERED
          The 'Chamfered' literal value
static JumpLinkType CHAMFERED_LITERAL
          The 'Chamfered' literal object
static int SEMICIRCLE
          The 'Semicircle' literal value
static JumpLinkType SEMICIRCLE_LITERAL
          The 'Semicircle' literal object
static int SQUARE
          The 'Square' literal value
static JumpLinkType SQUARE_LITERAL
          The 'Square' literal object
static List VALUES
          A public read-only list of all the 'Jump Link Type' enumerators
 
Method Summary
static JumpLinkType get(int value)
          Returns the 'Jump Link Type' literal with the specified value
static JumpLinkType get(String name)
          Returns the 'Jump Link Type' 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

SEMICIRCLE

public static final int SEMICIRCLE
The 'Semicircle' literal value.

See Also:
SEMICIRCLE_LITERAL, Constant Field Values

SQUARE

public static final int SQUARE
The 'Square' literal value.

See Also:
SQUARE_LITERAL, Constant Field Values

CHAMFERED

public static final int CHAMFERED
The 'Chamfered' literal value.

See Also:
CHAMFERED_LITERAL, Constant Field Values

SEMICIRCLE_LITERAL

public static final JumpLinkType SEMICIRCLE_LITERAL
The 'Semicircle' literal object.

See Also:
SEMICIRCLE

SQUARE_LITERAL

public static final JumpLinkType SQUARE_LITERAL
The 'Square' literal object.

See Also:
SQUARE

CHAMFERED_LITERAL

public static final JumpLinkType CHAMFERED_LITERAL
The 'Chamfered' literal object.

See Also:
CHAMFERED

VALUES

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

Method Detail

get

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


get

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