public final class UMLParentDisplay
extends org.eclipse.emf.common.util.AbstractEnumerator
Modifier and Type | Field and Description |
---|---|
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 java.util.List |
VALUES
A public read-only list of all the 'UML Parent Display' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static UMLParentDisplay |
get(int value)
Returns the 'UML Parent Display' literal with the specified integer value.
|
static UMLParentDisplay |
get(java.lang.String literal)
Returns the 'UML Parent Display' literal with the specified literal value.
|
static UMLParentDisplay |
getByName(java.lang.String name)
Returns the 'UML Parent Display' literal with the specified name.
|
public static final int NONE
NONE_LITERAL
,
Constant Field Valuespublic static final int NAME
NAME_LITERAL
,
Constant Field Valuespublic static final int QUALIFIED_NAME
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...
NONE
public static final UMLParentDisplay NAME_LITERAL
If the meaning of 'Name' literal object isn't clear, there really should be more of a description here...
NAME
public 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...
QUALIFIED_NAME
public static final java.util.List VALUES
public static UMLParentDisplay get(java.lang.String literal)
public static UMLParentDisplay getByName(java.lang.String name)
public static UMLParentDisplay get(int value)