UML Modeling Layer

com.ibm.xtools.umlnotation
Class UMLParentDisplay

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by com.ibm.xtools.umlnotation.UMLParentDisplay
All Implemented Interfaces:
Serializable, Enumerator

public final class UMLParentDisplay
extends AbstractEnumerator

A representation of the literals of the enumeration 'UML Parent Display', and utility methods for working with them.

See Also:
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

NONE

public static final int NONE
The 'None' literal value.

See Also:
UMLParentDisplay.NONE_LITERAL, Constant Field Values

NAME

public static final int NAME
The 'Name' literal value.

See Also:
UMLParentDisplay.NAME_LITERAL, Constant Field Values

QUALIFIED_NAME

public static final int QUALIFIED_NAME
The 'Qualified Name' literal value.

See Also:
UMLParentDisplay.QUALIFIED_NAME_LITERAL, Constant Field Values

NONE_LITERAL

public static final UMLParentDisplay NONE_LITERAL
The 'None' literal object.

If the meaning of 'None' literal object isn't clear, there really should be more of a description here...

See Also:
UMLParentDisplay.NONE

NAME_LITERAL

public static final UMLParentDisplay NAME_LITERAL
The 'Name' literal object.

If the meaning of 'Name' literal object isn't clear, there really should be more of a description here...

See Also:
UMLParentDisplay.NAME

QUALIFIED_NAME_LITERAL

public static final UMLParentDisplay QUALIFIED_NAME_LITERAL
The 'Qualified Name' literal object.

If the meaning of 'Qualified Name' literal object isn't clear, there really should be more of a description here...

See Also:
UMLParentDisplay.QUALIFIED_NAME

VALUES

public static final List VALUES
A public read-only list of all the 'UML Parent Display' enumerators.

Method Detail

get

public static UMLParentDisplay get(String literal)
Returns the 'UML Parent Display' literal with the specified literal value.


getByName

public static UMLParentDisplay getByName(String name)
Returns the 'UML Parent Display' literal with the specified name.


get

public static UMLParentDisplay get(int value)
Returns the 'UML Parent Display' literal with the specified integer value.


UML Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.