UML Modeling Layer

com.ibm.xtools.umlnotation
Class UMLAlignmentKind

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

public final class UMLAlignmentKind
extends AbstractEnumerator

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

See Also:
UmlnotationPackage.getUMLAlignmentKind(), Serialized Form

Field Summary
static int FREEFORM
          The 'Freeform' literal value
static UMLAlignmentKind FREEFORM_LITERAL
          The 'Freeform' literal object
static int HORIZONTAL
          The 'Horizontal' literal value
static UMLAlignmentKind HORIZONTAL_LITERAL
          The 'Horizontal' literal object
static List VALUES
          A public read-only list of all the 'UML Alignment Kind' enumerators
static int VERTICAL
          The 'Vertical' literal value
static UMLAlignmentKind VERTICAL_LITERAL
          The 'Vertical' literal object
 
Method Summary
static UMLAlignmentKind get(int value)
          Returns the 'UML Alignment Kind' literal with the specified integer value
static UMLAlignmentKind get(String literal)
          Returns the 'UML Alignment Kind' literal with the specified literal value
static UMLAlignmentKind getByName(String name)
          Returns the 'UML Alignment Kind' 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

VERTICAL

public static final int VERTICAL
The 'Vertical' literal value.

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

See Also:
UMLAlignmentKind.VERTICAL_LITERAL, Constant Field Values

HORIZONTAL

public static final int HORIZONTAL
The 'Horizontal' literal value.

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

See Also:
UMLAlignmentKind.HORIZONTAL_LITERAL, Constant Field Values

FREEFORM

public static final int FREEFORM
The 'Freeform' literal value.

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

See Also:
UMLAlignmentKind.FREEFORM_LITERAL, Constant Field Values

VERTICAL_LITERAL

public static final UMLAlignmentKind VERTICAL_LITERAL
The 'Vertical' literal object.

See Also:
UMLAlignmentKind.VERTICAL

HORIZONTAL_LITERAL

public static final UMLAlignmentKind HORIZONTAL_LITERAL
The 'Horizontal' literal object.

See Also:
UMLAlignmentKind.HORIZONTAL

FREEFORM_LITERAL

public static final UMLAlignmentKind FREEFORM_LITERAL
The 'Freeform' literal object.

See Also:
UMLAlignmentKind.FREEFORM

VALUES

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

Method Detail

get

public static UMLAlignmentKind get(String literal)
Returns the 'UML Alignment Kind' literal with the specified literal value.


getByName

public static UMLAlignmentKind getByName(String name)
Returns the 'UML Alignment Kind' literal with the specified name.


get

public static UMLAlignmentKind get(int value)
Returns the 'UML Alignment Kind' literal with the specified integer value.


UML Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.