ujf.verimag.bip.cmodel
Class JumpType

java.lang.Object
  extended by AbstractEnumerator
      extended by ujf.verimag.bip.cmodel.JumpType

public final class JumpType
extends AbstractEnumerator

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

See Also:
CmodelPackage.getJumpType()

Field Summary
static int CBREAK
          The 'Cbreak' literal value.
static JumpType CBREAK_LITERAL
          The 'Cbreak' literal object.
static int CCONTINUE
          The 'Ccontinue' literal value.
static JumpType CCONTINUE_LITERAL
          The 'Ccontinue' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Jump Type' enumerators.
 
Method Summary
static JumpType get(int value)
          Returns the 'Jump Type' literal with the specified integer value.
static JumpType get(java.lang.String literal)
          Returns the 'Jump Type' literal with the specified literal value.
static JumpType getByName(java.lang.String name)
          Returns the 'Jump Type' literal with the specified name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CBREAK

public static final int CBREAK
The 'Cbreak' literal value.

If the meaning of 'Cbreak' literal object isn't clear, there really should be more of a description here...

See Also:
CBREAK_LITERAL, Constant Field Values

CCONTINUE

public static final int CCONTINUE
The 'Ccontinue' literal value.

If the meaning of 'Ccontinue' literal object isn't clear, there really should be more of a description here...

See Also:
CCONTINUE_LITERAL, Constant Field Values

CBREAK_LITERAL

public static final JumpType CBREAK_LITERAL
The 'Cbreak' literal object.

See Also:
CBREAK

CCONTINUE_LITERAL

public static final JumpType CCONTINUE_LITERAL
The 'Ccontinue' literal object.

See Also:
CCONTINUE

VALUES

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

Method Detail

get

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


getByName

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


get

public static JumpType get(int value)
Returns the 'Jump Type' literal with the specified integer value.