com.soyatec.bpmn
Class Direction

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

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

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

See Also:
BPMNPackage.getDirection()

Field Summary
static int BOTH
          The 'Both' literal value
static Direction BOTH_LITERAL
          The 'Both' literal object
static int FROM
          The 'From' literal value
static Direction FROM_LITERAL
          The 'From' literal object
static int NONE
          The 'None' literal value
static Direction NONE_LITERAL
          The 'None' literal object
static int TO
          The 'To' literal value
static Direction TO_LITERAL
          The 'To' literal object
static java.util.List VALUES
          A public read-only list of all the 'Direction' enumerators
 
Method Summary
static Direction get(int value)
          Returns the 'Direction' literal with the specified integer value
static Direction get(java.lang.String literal)
          Returns the 'Direction' literal with the specified literal value
static Direction getByName(java.lang.String name)
          Returns the 'Direction' 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

NONE

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

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

See Also:
NONE_LITERAL, Constant Field Values

TO

public static final int TO
The 'To' literal value.

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

See Also:
TO_LITERAL, Constant Field Values

FROM

public static final int FROM
The 'From' literal value.

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

See Also:
FROM_LITERAL, Constant Field Values

BOTH

public static final int BOTH
The 'Both' literal value.

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

See Also:
BOTH_LITERAL, Constant Field Values

NONE_LITERAL

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

See Also:
NONE

TO_LITERAL

public static final Direction TO_LITERAL
The 'To' literal object.

See Also:
TO

FROM_LITERAL

public static final Direction FROM_LITERAL
The 'From' literal object.

See Also:
FROM

BOTH_LITERAL

public static final Direction BOTH_LITERAL
The 'Both' literal object.

See Also:
BOTH

VALUES

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

Method Detail

get

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


getByName

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


get

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