UML Modeling Layer

com.ibm.xtools.umlnotation
Class UMLListVisibilityDisplay

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

public final class UMLListVisibilityDisplay
extends AbstractEnumerator

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

See Also:
UmlnotationPackage.getUMLListVisibilityDisplay(), Serialized Form

Field Summary
static int ICON
          The 'Icon' literal value
static UMLListVisibilityDisplay ICON_LITERAL
          The 'Icon' literal object
static int NONE
          The 'None' literal value
static UMLListVisibilityDisplay NONE_LITERAL
          The 'None' literal object
static int TEXT
          The 'Text' literal value
static UMLListVisibilityDisplay TEXT_LITERAL
          The 'Text' literal object
static List VALUES
          A public read-only list of all the 'UML List Visibility Display' enumerators
 
Method Summary
static UMLListVisibilityDisplay get(int value)
          Returns the 'UML List Visibility Display' literal with the specified integer value
static UMLListVisibilityDisplay get(String literal)
          Returns the 'UML List Visibility Display' literal with the specified literal value
static UMLListVisibilityDisplay getByName(String name)
          Returns the 'UML List Visibility 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:
UMLListVisibilityDisplay.NONE_LITERAL, Constant Field Values

TEXT

public static final int TEXT
The 'Text' literal value.

See Also:
UMLListVisibilityDisplay.TEXT_LITERAL, Constant Field Values

ICON

public static final int ICON
The 'Icon' literal value.

See Also:
UMLListVisibilityDisplay.ICON_LITERAL, Constant Field Values

NONE_LITERAL

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

See Also:
UMLListVisibilityDisplay.NONE

TEXT_LITERAL

public static final UMLListVisibilityDisplay TEXT_LITERAL
The 'Text' literal object.

See Also:
UMLListVisibilityDisplay.TEXT

ICON_LITERAL

public static final UMLListVisibilityDisplay ICON_LITERAL
The 'Icon' literal object.

See Also:
UMLListVisibilityDisplay.ICON

VALUES

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

Method Detail

get

public static UMLListVisibilityDisplay get(String literal)
Returns the 'UML List Visibility Display' literal with the specified literal value.


getByName

public static UMLListVisibilityDisplay getByName(String name)
Returns the 'UML List Visibility Display' literal with the specified name.


get

public static UMLListVisibilityDisplay get(int value)
Returns the 'UML List Visibility Display' literal with the specified integer value.


UML Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.