org.eclipse.ohf.ihe.common.cdar2
Class AlignType2

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.eclipse.ohf.ihe.common.cdar2.AlignType2
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

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

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

See Also:
CDAR2Package.getAlignType2()

Field Summary
static int CENTER
          The 'Center' literal value.
static AlignType2 CENTER_LITERAL
          The 'Center' literal object.
static int CHAR
          The 'Char' literal value.
static AlignType2 CHAR_LITERAL
          The 'Char' literal object.
static int JUSTIFY
          The 'Justify' literal value.
static AlignType2 JUSTIFY_LITERAL
          The 'Justify' literal object.
static int LEFT
          The 'Left' literal value.
static AlignType2 LEFT_LITERAL
          The 'Left' literal object.
static int RIGHT
          The 'Right' literal value.
static AlignType2 RIGHT_LITERAL
          The 'Right' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Align Type2' enumerators.
 
Method Summary
static AlignType2 get(int value)
          Returns the 'Align Type2' literal with the specified integer value.
static AlignType2 get(java.lang.String literal)
          Returns the 'Align Type2' literal with the specified literal value.
static AlignType2 getByName(java.lang.String name)
          Returns the 'Align Type2' 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

LEFT

public static final int LEFT
The 'Left' literal value.

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

See Also:
LEFT_LITERAL, Constant Field Values

CENTER

public static final int CENTER
The 'Center' literal value.

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

See Also:
CENTER_LITERAL, Constant Field Values

RIGHT

public static final int RIGHT
The 'Right' literal value.

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

See Also:
RIGHT_LITERAL, Constant Field Values

JUSTIFY

public static final int JUSTIFY
The 'Justify' literal value.

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

See Also:
JUSTIFY_LITERAL, Constant Field Values

CHAR

public static final int CHAR
The 'Char' literal value.

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

See Also:
CHAR_LITERAL, Constant Field Values

LEFT_LITERAL

public static final AlignType2 LEFT_LITERAL
The 'Left' literal object.

See Also:
LEFT

CENTER_LITERAL

public static final AlignType2 CENTER_LITERAL
The 'Center' literal object.

See Also:
CENTER

RIGHT_LITERAL

public static final AlignType2 RIGHT_LITERAL
The 'Right' literal object.

See Also:
RIGHT

JUSTIFY_LITERAL

public static final AlignType2 JUSTIFY_LITERAL
The 'Justify' literal object.

See Also:
JUSTIFY

CHAR_LITERAL

public static final AlignType2 CHAR_LITERAL
The 'Char' literal object.

See Also:
CHAR

VALUES

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

Method Detail

get

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


getByName

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


get

public static AlignType2 get(int value)
Returns the 'Align Type2' literal with the specified integer value.