IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.umlnotation
Class UMLStereotypeDisplay

java.lang.Object
  extended byorg.eclipse.emf.common.util.AbstractEnumerator
      extended bycom.ibm.xtools.umlnotation.UMLStereotypeDisplay
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

public final class UMLStereotypeDisplay
extends org.eclipse.emf.common.util.AbstractEnumerator

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

See Also:
UmlnotationPackage.getUMLStereotypeDisplay()

Field Summary
static int ICON
          The 'Icon' literal value
static UMLStereotypeDisplay ICON_LITERAL
          The 'Icon' literal object
static int IMAGE
          The 'Image' literal value
static UMLStereotypeDisplay IMAGE_LITERAL
          The 'Image' literal object
static int LABEL
          The 'Label' literal value
static UMLStereotypeDisplay LABEL_LITERAL
          The 'Label' literal object
static int NONE
          The 'None' literal value
static UMLStereotypeDisplay NONE_LITERAL
          The 'None' literal object
static int TEXT
          The 'Text' literal value
static UMLStereotypeDisplay TEXT_LITERAL
          The 'Text' literal object
static List VALUES
          A public read-only list of all the 'UML Stereotype Display' enumerators
 
Method Summary
static UMLStereotypeDisplay get(int value)
          Returns the 'UML Stereotype Display' literal with the specified value
static UMLStereotypeDisplay get(String name)
          Returns the 'UML Stereotype Display' literal with the specified name
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getName, getValue, toString
 
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:
NONE_LITERAL, Constant Field Values

TEXT

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

See Also:
TEXT_LITERAL, Constant Field Values

ICON

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

See Also:
ICON_LITERAL, Constant Field Values

LABEL

public static final int LABEL
The 'Label' literal value.

See Also:
LABEL_LITERAL, Constant Field Values

IMAGE

public static final int IMAGE
The 'Image' literal value.

See Also:
IMAGE_LITERAL, Constant Field Values

NONE_LITERAL

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

See Also:
NONE

TEXT_LITERAL

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

See Also:
TEXT

ICON_LITERAL

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

See Also:
ICON

LABEL_LITERAL

public static final UMLStereotypeDisplay LABEL_LITERAL
The 'Label' literal object.

See Also:
LABEL

IMAGE_LITERAL

public static final UMLStereotypeDisplay IMAGE_LITERAL
The 'Image' literal object.

See Also:
IMAGE

VALUES

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

Method Detail

get

public static UMLStereotypeDisplay get(String name)
Returns the 'UML Stereotype Display' literal with the specified name.


get

public static UMLStereotypeDisplay get(int value)
Returns the 'UML Stereotype Display' literal with the specified value.


IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.