|
||||||||||
| 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.AlignType
public final class AlignType
A representation of the literals of the enumeration 'Align Type', and utility methods for working with them.
CDAR2Package.getAlignType()| Field Summary | |
|---|---|
static int |
CENTER
The 'Center' literal value. |
static AlignType |
CENTER_LITERAL
The 'Center' literal object. |
static int |
CHAR
The 'Char' literal value. |
static AlignType |
CHAR_LITERAL
The 'Char' literal object. |
static int |
JUSTIFY
The 'Justify' literal value. |
static AlignType |
JUSTIFY_LITERAL
The 'Justify' literal object. |
static int |
LEFT
The 'Left' literal value. |
static AlignType |
LEFT_LITERAL
The 'Left' literal object. |
static int |
RIGHT
The 'Right' literal value. |
static AlignType |
RIGHT_LITERAL
The 'Right' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Align Type' enumerators. |
| Method Summary | |
|---|---|
static AlignType |
get(int value)
Returns the 'Align Type' literal with the specified integer value. |
static AlignType |
get(java.lang.String literal)
Returns the 'Align Type' literal with the specified literal value. |
static AlignType |
getByName(java.lang.String name)
Returns the 'Align 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 |
|---|
public static final int LEFT
If the meaning of 'Left' literal object isn't clear, there really should be more of a description here...
LEFT_LITERAL,
Constant Field Valuespublic static final int CENTER
If the meaning of 'Center' literal object isn't clear, there really should be more of a description here...
CENTER_LITERAL,
Constant Field Valuespublic static final int RIGHT
If the meaning of 'Right' literal object isn't clear, there really should be more of a description here...
RIGHT_LITERAL,
Constant Field Valuespublic static final int JUSTIFY
If the meaning of 'Justify' literal object isn't clear, there really should be more of a description here...
JUSTIFY_LITERAL,
Constant Field Valuespublic static final int CHAR
If the meaning of 'Char' literal object isn't clear, there really should be more of a description here...
CHAR_LITERAL,
Constant Field Valuespublic static final AlignType LEFT_LITERAL
LEFTpublic static final AlignType CENTER_LITERAL
CENTERpublic static final AlignType RIGHT_LITERAL
RIGHTpublic static final AlignType JUSTIFY_LITERAL
JUSTIFYpublic static final AlignType CHAR_LITERAL
CHARpublic static final java.util.List VALUES
| Method Detail |
|---|
public static AlignType get(java.lang.String literal)
public static AlignType getByName(java.lang.String name)
public static AlignType get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||