|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.ohf.ihe.common.cdar2.ValignType3
public final class ValignType3
A representation of the literals of the enumeration 'Valign Type3', and utility methods for working with them.
CDAR2Package.getValignType3()| Field Summary | |
|---|---|
static int |
BASELINE
The 'Baseline' literal value. |
static ValignType3 |
BASELINE_LITERAL
The 'Baseline' literal object. |
static int |
BOTTOM
The 'Bottom' literal value. |
static ValignType3 |
BOTTOM_LITERAL
The 'Bottom' literal object. |
static int |
MIDDLE
The 'Middle' literal value. |
static ValignType3 |
MIDDLE_LITERAL
The 'Middle' literal object. |
static int |
TOP
The 'Top' literal value. |
static ValignType3 |
TOP_LITERAL
The 'Top' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Valign Type3' enumerators. |
| Method Summary | |
|---|---|
static ValignType3 |
get(int value)
Returns the 'Valign Type3' literal with the specified integer value. |
static ValignType3 |
get(java.lang.String literal)
Returns the 'Valign Type3' literal with the specified literal value. |
static ValignType3 |
getByName(java.lang.String name)
Returns the 'Valign Type3' 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 |
|---|
public static final int TOP
If the meaning of 'Top' literal object isn't clear, there really should be more of a description here...
TOP_LITERAL,
Constant Field Valuespublic static final int MIDDLE
If the meaning of 'Middle' literal object isn't clear, there really should be more of a description here...
MIDDLE_LITERAL,
Constant Field Valuespublic static final int BOTTOM
If the meaning of 'Bottom' literal object isn't clear, there really should be more of a description here...
BOTTOM_LITERAL,
Constant Field Valuespublic static final int BASELINE
If the meaning of 'Baseline' literal object isn't clear, there really should be more of a description here...
BASELINE_LITERAL,
Constant Field Valuespublic static final ValignType3 TOP_LITERAL
TOPpublic static final ValignType3 MIDDLE_LITERAL
MIDDLEpublic static final ValignType3 BOTTOM_LITERAL
BOTTOMpublic static final ValignType3 BASELINE_LITERAL
BASELINEpublic static final java.util.List VALUES
| Method Detail |
|---|
public static ValignType3 get(java.lang.String literal)
public static ValignType3 getByName(java.lang.String name)
public static ValignType3 get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||