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

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

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

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

See Also:
CDAR2Package.getValignType()

Field Summary
static int BASELINE
          The 'Baseline' literal value.
static ValignType BASELINE_LITERAL
          The 'Baseline' literal object.
static int BOTTOM
          The 'Bottom' literal value.
static ValignType BOTTOM_LITERAL
          The 'Bottom' literal object.
static int MIDDLE
          The 'Middle' literal value.
static ValignType MIDDLE_LITERAL
          The 'Middle' literal object.
static int TOP
          The 'Top' literal value.
static ValignType TOP_LITERAL
          The 'Top' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Valign Type' enumerators.
 
Method Summary
static ValignType get(int value)
          Returns the 'Valign Type' literal with the specified integer value.
static ValignType get(java.lang.String literal)
          Returns the 'Valign Type' literal with the specified literal value.
static ValignType getByName(java.lang.String name)
          Returns the 'Valign Type' 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

TOP

public static final int TOP
The 'Top' literal value.

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

See Also:
TOP_LITERAL, Constant Field Values

MIDDLE

public static final int MIDDLE
The 'Middle' literal value.

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

See Also:
MIDDLE_LITERAL, Constant Field Values

BOTTOM

public static final int BOTTOM
The 'Bottom' literal value.

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

See Also:
BOTTOM_LITERAL, Constant Field Values

BASELINE

public static final int BASELINE
The 'Baseline' literal value.

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

See Also:
BASELINE_LITERAL, Constant Field Values

TOP_LITERAL

public static final ValignType TOP_LITERAL
The 'Top' literal object.

See Also:
TOP

MIDDLE_LITERAL

public static final ValignType MIDDLE_LITERAL
The 'Middle' literal object.

See Also:
MIDDLE

BOTTOM_LITERAL

public static final ValignType BOTTOM_LITERAL
The 'Bottom' literal object.

See Also:
BOTTOM

BASELINE_LITERAL

public static final ValignType BASELINE_LITERAL
The 'Baseline' literal object.

See Also:
BASELINE

VALUES

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

Method Detail

get

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


getByName

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


get

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