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 Details

    • PARALLEL_VALUE

      public static final int PARALLEL_VALUE
      The '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_VALUE
      The '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_VALUE
      The '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

      public static final ExpansionKind PARALLEL
      The 'Parallel' literal object.
      See Also:
      Generated:
    • ITERATIVE

      public static final ExpansionKind ITERATIVE
      The 'Iterative' literal object.
      See Also:
      Generated:
    • STREAM

      public static final ExpansionKind STREAM
      The 'Stream' literal object.
      See Also:
      Generated:
    • VALUES

      public static final List VALUES
      A public read-only list of all the 'Expansion Kind' enumerators.
      Generated:
  • Method Details

    • refTypeName

      public List refTypeName()
      Specified by:
      refTypeName in interface javax.jmi.reflect.RefEnum
    • get

      public static ExpansionKindEnum get(String literal)
      Returns the 'Expansion Kind' literal with the specified literal value.
      Generated:
    • getByName

      public static ExpansionKindEnum getByName(String name)
      Returns the 'Expansion Kind' literal with the specified name.
      Generated:
    • get

      public static ExpansionKindEnum get(int value)
      Returns the 'Expansion Kind' literal with the specified integer value.
      Generated: