org.eclipse.uml2
Class ExpansionKind

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

public final class ExpansionKind
extends AbstractEnumerator

A representation of the literals of the enumeration 'Expansion Kind', and utility methods for working with them. (ExtraStructuredActivities) ExpansionKind is an enumeration type used to specify how multiple executions of an expansion region interact.

See Also:
UML2Package.getExpansionKind()

Field Summary
static String copyright
           
static int ITERATIVE
          The 'Iterative' literal value
static ExpansionKind ITERATIVE_LITERAL
          The 'Iterative' literal object
static int PARALLEL
          The 'Parallel' literal value
static ExpansionKind PARALLEL_LITERAL
          The 'Parallel' literal object
static int STREAM
          The 'Stream' literal value
static ExpansionKind STREAM_LITERAL
          The 'Stream' literal object
static List VALUES
          A public read-only list of all the 'Expansion Kind' enumerators
 
Method Summary
static ExpansionKind get(int value)
          Returns the 'Expansion Kind' literal with the specified value
static ExpansionKind get(String name)
          Returns the 'Expansion 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

PARALLEL

public static final int PARALLEL
The 'Parallel' literal value.

See Also:
PARALLEL_LITERAL, Constant Field Values

ITERATIVE

public static final int ITERATIVE
The 'Iterative' literal value.

See Also:
ITERATIVE_LITERAL, Constant Field Values

STREAM

public static final int STREAM
The 'Stream' literal value.

See Also:
STREAM_LITERAL, Constant Field Values

PARALLEL_LITERAL

public static final ExpansionKind PARALLEL_LITERAL
The 'Parallel' literal object.

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

See Also:
PARALLEL

ITERATIVE_LITERAL

public static final ExpansionKind ITERATIVE_LITERAL
The 'Iterative' literal object.

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

See Also:
ITERATIVE

STREAM_LITERAL

public static final ExpansionKind STREAM_LITERAL
The 'Stream' literal object.

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

See Also:
STREAM

VALUES

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

Method Detail

get

public static ExpansionKind get(String name)
Returns the 'Expansion Kind' literal with the specified name.


get

public static ExpansionKind get(int value)
Returns the 'Expansion Kind' literal with the specified value.


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