public final class UMLParentDisplay
extends org.eclipse.emf.common.util.AbstractEnumerator
| Modifier and Type | Field and Description | 
|---|---|
| static int | NAMEThe 'Name' literal value. | 
| static UMLParentDisplay | NAME_LITERALThe 'Name' literal object. | 
| static int | NONEThe 'None' literal value. | 
| static UMLParentDisplay | NONE_LITERALThe 'None' literal object. | 
| static int | QUALIFIED_NAMEThe 'Qualified Name' literal value. | 
| static UMLParentDisplay | QUALIFIED_NAME_LITERALThe 'Qualified Name' literal object. | 
| static java.util.List | VALUESA 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...
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...
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...
QUALIFIED_NAMEpublic 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)