org.eclipse.uml2
Class PseudostateKind

java.lang.Object
  extended byorg.eclipse.emf.common.util.AbstractEnumerator
      extended byorg.eclipse.uml2.PseudostateKind
All Implemented Interfaces:
Enumerator

public final class PseudostateKind
extends AbstractEnumerator

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

See Also:
UML2Package.getPseudostateKind()

Field Summary
static int CHOICE
          The 'Choice' literal value
static PseudostateKind CHOICE_LITERAL
          The 'Choice' literal object
static String copyright
           
static int DEEP_HISTORY
          The 'Deep History' literal value
static PseudostateKind DEEP_HISTORY_LITERAL
          The 'Deep History' literal object
static int ENTRY_POINT
          The 'Entry Point' literal value
static PseudostateKind ENTRY_POINT_LITERAL
          The 'Entry Point' literal object
static int EXIT_POINT
          The 'Exit Point' literal value
static PseudostateKind EXIT_POINT_LITERAL
          The 'Exit Point' literal object
static int FORK
          The 'Fork' literal value
static PseudostateKind FORK_LITERAL
          The 'Fork' literal object
static int INITIAL
          The 'Initial' literal value
static PseudostateKind INITIAL_LITERAL
          The 'Initial' literal object
static int JOIN
          The 'Join' literal value
static PseudostateKind JOIN_LITERAL
          The 'Join' literal object
static int JUNCTION
          The 'Junction' literal value
static PseudostateKind JUNCTION_LITERAL
          The 'Junction' literal object
static int SHALLOW_HISTORY
          The 'Shallow History' literal value
static PseudostateKind SHALLOW_HISTORY_LITERAL
          The 'Shallow History' literal object
static int TERMINATE
          The 'Terminate' literal value
static PseudostateKind TERMINATE_LITERAL
          The 'Terminate' literal object
static List VALUES
          A public read-only list of all the 'Pseudostate Kind' enumerators
 
Method Summary
static PseudostateKind get(int value)
          Returns the 'Pseudostate Kind' literal with the specified value
static PseudostateKind get(String name)
          Returns the 'Pseudostate Kind' 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

copyright

public static final String copyright

See Also:
Constant Field Values

INITIAL

public static final int INITIAL
The 'Initial' literal value.

See Also:
INITIAL_LITERAL, Constant Field Values

DEEP_HISTORY

public static final int DEEP_HISTORY
The 'Deep History' literal value.

See Also:
DEEP_HISTORY_LITERAL, Constant Field Values

SHALLOW_HISTORY

public static final int SHALLOW_HISTORY
The 'Shallow History' literal value.

See Also:
SHALLOW_HISTORY_LITERAL, Constant Field Values

JOIN

public static final int JOIN
The 'Join' literal value.

See Also:
JOIN_LITERAL, Constant Field Values

FORK

public static final int FORK
The 'Fork' literal value.

See Also:
FORK_LITERAL, Constant Field Values

JUNCTION

public static final int JUNCTION
The 'Junction' literal value.

See Also:
JUNCTION_LITERAL, Constant Field Values

CHOICE

public static final int CHOICE
The 'Choice' literal value.

See Also:
CHOICE_LITERAL, Constant Field Values

ENTRY_POINT

public static final int ENTRY_POINT
The 'Entry Point' literal value.

See Also:
ENTRY_POINT_LITERAL, Constant Field Values

EXIT_POINT

public static final int EXIT_POINT
The 'Exit Point' literal value.

See Also:
EXIT_POINT_LITERAL, Constant Field Values

TERMINATE

public static final int TERMINATE
The 'Terminate' literal value.

See Also:
TERMINATE_LITERAL, Constant Field Values

INITIAL_LITERAL

public static final PseudostateKind INITIAL_LITERAL
The 'Initial' literal object.

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

See Also:
INITIAL

DEEP_HISTORY_LITERAL

public static final PseudostateKind DEEP_HISTORY_LITERAL
The 'Deep History' literal object.

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

See Also:
DEEP_HISTORY

SHALLOW_HISTORY_LITERAL

public static final PseudostateKind SHALLOW_HISTORY_LITERAL
The 'Shallow History' literal object.

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

See Also:
SHALLOW_HISTORY

JOIN_LITERAL

public static final PseudostateKind JOIN_LITERAL
The 'Join' literal object.

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

See Also:
JOIN

FORK_LITERAL

public static final PseudostateKind FORK_LITERAL
The 'Fork' literal object.

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

See Also:
FORK

JUNCTION_LITERAL

public static final PseudostateKind JUNCTION_LITERAL
The 'Junction' literal object.

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

See Also:
JUNCTION

CHOICE_LITERAL

public static final PseudostateKind CHOICE_LITERAL
The 'Choice' literal object.

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

See Also:
CHOICE

ENTRY_POINT_LITERAL

public static final PseudostateKind ENTRY_POINT_LITERAL
The 'Entry Point' literal object.

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

See Also:
ENTRY_POINT

EXIT_POINT_LITERAL

public static final PseudostateKind EXIT_POINT_LITERAL
The 'Exit Point' literal object.

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

See Also:
EXIT_POINT

TERMINATE_LITERAL

public static final PseudostateKind TERMINATE_LITERAL
The 'Terminate' literal object.

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

See Also:
TERMINATE

VALUES

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

Method Detail

get

public static PseudostateKind get(String name)
Returns the 'Pseudostate Kind' literal with the specified name.


get

public static PseudostateKind get(int value)
Returns the 'Pseudostate Kind' literal with the specified value.


Copyright 2003, 2004 IBM Corporation and others.
All Rights Reserved.