public final class UMLAlignmentKind
extends org.eclipse.emf.common.util.AbstractEnumerator
Modifier and Type | Field and Description |
---|---|
static int |
FREEFORM
The 'Freeform' literal value.
|
static UMLAlignmentKind |
FREEFORM_LITERAL
The 'Freeform' literal object.
|
static int |
HORIZONTAL
The 'Horizontal' literal value.
|
static UMLAlignmentKind |
HORIZONTAL_LITERAL
The 'Horizontal' literal object.
|
static java.util.List |
VALUES
A public read-only list of all the 'UML Alignment Kind' enumerators.
|
static int |
VERTICAL
The 'Vertical' literal value.
|
static UMLAlignmentKind |
VERTICAL_LITERAL
The 'Vertical' literal object.
|
Modifier and Type | Method and Description |
---|---|
static UMLAlignmentKind |
get(int value)
Returns the 'UML Alignment Kind' literal with the specified integer value.
|
static UMLAlignmentKind |
get(java.lang.String literal)
Returns the 'UML Alignment Kind' literal with the specified literal value.
|
static UMLAlignmentKind |
getByName(java.lang.String name)
Returns the 'UML Alignment Kind' literal with the specified name.
|
public static final int VERTICAL
If the meaning of 'Vertical' literal object isn't clear, there really should be more of a description here...
VERTICAL_LITERAL
,
Constant Field Valuespublic static final int HORIZONTAL
If the meaning of 'Horizontal' literal object isn't clear, there really should be more of a description here...
HORIZONTAL_LITERAL
,
Constant Field Valuespublic static final int FREEFORM
If the meaning of 'Freeform' literal object isn't clear, there really should be more of a description here...
FREEFORM_LITERAL
,
Constant Field Valuespublic static final UMLAlignmentKind VERTICAL_LITERAL
VERTICAL
public static final UMLAlignmentKind HORIZONTAL_LITERAL
HORIZONTAL
public static final UMLAlignmentKind FREEFORM_LITERAL
FREEFORM
public static final java.util.List VALUES
public static UMLAlignmentKind get(java.lang.String literal)
public static UMLAlignmentKind getByName(java.lang.String name)
public static UMLAlignmentKind get(int value)