Class ExpansionKindEnum
java.lang.Object
org.eclipse.emf.common.util.AbstractEnumerator
com.nomagic.uml2.ext.magicdraw.activities.mdextrastructuredactivities.ExpansionKindEnum
- All Implemented Interfaces:
ExpansionKind
,Serializable
,javax.jmi.reflect.RefEnum
,org.eclipse.emf.common.util.Enumerator
public final class ExpansionKindEnum
extends org.eclipse.emf.common.util.AbstractEnumerator
implements ExpansionKind
A representation of the literals of the enumeration 'Expansion Kind',
and utility methods for working with them.
ExpansionKind is an enumeration type used to specify how an ExpansionRegion executes its contents.
- See Also:
-
com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getExpansionKindEnum()
- Serialized Form
- Model:
- annotation="MOF package='activities.mdextrastructuredactivities'"
- Generated:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ExpansionKind
The 'Iterative' literal object.static final int
The 'Iterative' literal value.static final ExpansionKind
The 'Parallel' literal object.static final int
The 'Parallel' literal value.static final ExpansionKind
The 'Stream' literal object.static final int
The 'Stream' literal value.static final List
A public read-only list of all the 'Expansion Kind' enumerators. -
Method Summary
Modifier and TypeMethodDescriptionstatic ExpansionKindEnum
get
(int value) Returns the 'Expansion Kind' literal with the specified integer value.static ExpansionKindEnum
Returns the 'Expansion Kind' literal with the specified literal value.static ExpansionKindEnum
Returns the 'Expansion 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
Methods inherited from interface javax.jmi.reflect.RefEnum
equals, hashCode, toString
-
Field Details
-
PARALLEL_VALUE
public static final int PARALLEL_VALUEThe 'Parallel' literal value. The content of the ExpansionRegion is executed concurrently for the elements of the input collections.- See Also:
- Model:
- name="parallel"
- Generated:
-
ITERATIVE_VALUE
public static final int ITERATIVE_VALUEThe 'Iterative' literal value. The content of the ExpansionRegion is executed iteratively for the elements of the input collections, in the order of the input elements, if the collections are ordered.- See Also:
- Model:
- name="iterative"
- Generated:
-
STREAM_VALUE
public static final int STREAM_VALUEThe 'Stream' literal value. A stream of input collection elements flows into a single execution of the content of the ExpansionRegion, in the order of the collection elements if the input collections are ordered.- See Also:
- Model:
- name="stream"
- Generated:
-
PARALLEL
The 'Parallel' literal object.- See Also:
- Generated:
-
ITERATIVE
The 'Iterative' literal object.- See Also:
- Generated:
-
STREAM
The 'Stream' literal object.- See Also:
- Generated:
-
VALUES
A public read-only list of all the 'Expansion Kind' enumerators.- Generated:
-
-
Method Details
-
refTypeName
- Specified by:
refTypeName
in interfacejavax.jmi.reflect.RefEnum
-
get
Returns the 'Expansion Kind' literal with the specified literal value.- Generated:
-
getByName
Returns the 'Expansion Kind' literal with the specified name.- Generated:
-
get
Returns the 'Expansion Kind' literal with the specified integer value.- Generated:
-