|
UML Modeling Layer | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
com.ibm.xtools.umlnotation.UMLAlignmentKind
public final class UMLAlignmentKind
A representation of the literals of the enumeration 'UML Alignment Kind', and utility methods for working with them.
UmlnotationPackage.getUMLAlignmentKind(),
Serialized Form| Field Summary | |
|---|---|
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 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 |
| Method Summary | |
|---|---|
static UMLAlignmentKind |
get(int value)
Returns the 'UML Alignment Kind' literal with the specified integer value |
static UMLAlignmentKind |
get(String literal)
Returns the 'UML Alignment Kind' literal with the specified literal value |
static UMLAlignmentKind |
getByName(String name)
Returns the 'UML Alignment Kind' literal with the specified name |
| Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
|---|
getLiteral, getName, getValue, toString, writeReplace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int VERTICAL
If the meaning of 'Vertical' literal object isn't clear, there really should be more of a description here...
UMLAlignmentKind.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...
UMLAlignmentKind.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...
UMLAlignmentKind.FREEFORM_LITERAL,
Constant Field Valuespublic static final UMLAlignmentKind VERTICAL_LITERAL
UMLAlignmentKind.VERTICALpublic static final UMLAlignmentKind HORIZONTAL_LITERAL
UMLAlignmentKind.HORIZONTALpublic static final UMLAlignmentKind FREEFORM_LITERAL
UMLAlignmentKind.FREEFORMpublic static final List VALUES
| Method Detail |
|---|
public static UMLAlignmentKind get(String literal)
public static UMLAlignmentKind getByName(String name)
public static UMLAlignmentKind get(int value)
|
UML Modeling Layer | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||