com.soyatec.bpmn
Class TestTime

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by com.soyatec.bpmn.TestTime
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

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

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

See Also:
BPMNPackage.getTestTime()

Field Summary
static int AFTER
          The 'After' literal value
static TestTime AFTER_LITERAL
          The 'After' literal object
static int BEFORE
          The 'Before' literal value
static TestTime BEFORE_LITERAL
          The 'Before' literal object
static java.util.List VALUES
          A public read-only list of all the 'Test Time' enumerators
 
Method Summary
static TestTime get(int value)
          Returns the 'Test Time' literal with the specified integer value
static TestTime get(java.lang.String literal)
          Returns the 'Test Time' literal with the specified literal value
static TestTime getByName(java.lang.String name)
          Returns the 'Test Time' literal with the specified name
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getLiteral, getName, getValue, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

AFTER

public static final int AFTER
The 'After' literal value.

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

See Also:
AFTER_LITERAL, Constant Field Values

BEFORE

public static final int BEFORE
The 'Before' literal value.

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

See Also:
BEFORE_LITERAL, Constant Field Values

AFTER_LITERAL

public static final TestTime AFTER_LITERAL
The 'After' literal object.

See Also:
AFTER

BEFORE_LITERAL

public static final TestTime BEFORE_LITERAL
The 'Before' literal object.

See Also:
BEFORE

VALUES

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

Method Detail

get

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


getByName

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


get

public static TestTime get(int value)
Returns the 'Test Time' literal with the specified integer value.