|
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.UMLParentDisplay
public final class UMLParentDisplay
A representation of the literals of the enumeration 'UML Parent Display', and utility methods for working with them.
UmlnotationPackage.getUMLParentDisplay(),
Serialized Form| Field Summary | |
|---|---|
static int |
NAME
The 'Name' literal value |
static UMLParentDisplay |
NAME_LITERAL
The 'Name' literal object |
static int |
NONE
The 'None' literal value |
static UMLParentDisplay |
NONE_LITERAL
The 'None' literal object |
static int |
QUALIFIED_NAME
The 'Qualified Name' literal value |
static UMLParentDisplay |
QUALIFIED_NAME_LITERAL
The 'Qualified Name' literal object |
static List |
VALUES
A public read-only list of all the 'UML Parent Display' enumerators |
| Method Summary | |
|---|---|
static UMLParentDisplay |
get(int value)
Returns the 'UML Parent Display' literal with the specified integer value |
static UMLParentDisplay |
get(String literal)
Returns the 'UML Parent Display' literal with the specified literal value |
static UMLParentDisplay |
getByName(String name)
Returns the 'UML Parent Display' 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 NONE
UMLParentDisplay.NONE_LITERAL,
Constant Field Valuespublic static final int NAME
UMLParentDisplay.NAME_LITERAL,
Constant Field Valuespublic static final int QUALIFIED_NAME
UMLParentDisplay.QUALIFIED_NAME_LITERAL,
Constant Field Valuespublic static final UMLParentDisplay NONE_LITERAL
If the meaning of 'None' literal object isn't clear, there really should be more of a description here...
UMLParentDisplay.NONEpublic static final UMLParentDisplay NAME_LITERAL
If the meaning of 'Name' literal object isn't clear, there really should be more of a description here...
UMLParentDisplay.NAMEpublic static final UMLParentDisplay QUALIFIED_NAME_LITERAL
If the meaning of 'Qualified Name' literal object isn't clear, there really should be more of a description here...
UMLParentDisplay.QUALIFIED_NAMEpublic static final List VALUES
| Method Detail |
|---|
public static UMLParentDisplay get(String literal)
public static UMLParentDisplay getByName(String name)
public static UMLParentDisplay get(int value)
|
UML Modeling Layer | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||