java.lang.Object
org.eclipse.emf.common.util.AbstractEnumerator
com.nomagic.uml2.ext.magicdraw.statemachines.mdbehaviorstatemachines.PseudostateKindEnum
All Implemented Interfaces:
PseudostateKind, Serializable, javax.jmi.reflect.RefEnum, org.eclipse.emf.common.util.Enumerator

public final class PseudostateKindEnum extends org.eclipse.emf.common.util.AbstractEnumerator implements PseudostateKind
A representation of the literals of the enumeration 'Pseudostate Kind', and utility methods for working with them. PseudostateKind is an Enumeration type that is used to differentiate various kinds of Pseudostates.
See Also:
  • com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getPseudostateKindEnum()
  • Serialized Form
Model:
annotation="MOF package='statemachines.mdbehaviorstatemachines'"
Generated:
  • Field Details

    • INITIAL_VALUE

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

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

      See Also:
      Model:
      name="initial"
      Generated:
    • DEEP_HISTORY_VALUE

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

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

      See Also:
      Model:
      name="deepHistory"
      Generated:
    • SHALLOW_HISTORY_VALUE

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

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

      See Also:
      Model:
      name="shallowHistory"
      Generated:
    • JOIN_VALUE

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

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

      See Also:
      Model:
      name="join"
      Generated:
    • FORK_VALUE

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

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

      See Also:
      Model:
      name="fork"
      Generated:
    • JUNCTION_VALUE

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

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

      See Also:
      Model:
      name="junction"
      Generated:
    • CHOICE_VALUE

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

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

      See Also:
      Model:
      name="choice"
      Generated:
    • ENTRY_POINT_VALUE

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

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

      See Also:
      Model:
      name="entryPoint"
      Generated:
    • EXIT_POINT_VALUE

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

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

      See Also:
      Model:
      name="exitPoint"
      Generated:
    • TERMINATE_VALUE

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

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

      See Also:
      Model:
      name="terminate"
      Generated:
    • INITIAL

      public static final PseudostateKind INITIAL
      The 'Initial' literal object.
      See Also:
      Generated:
    • DEEPHISTORY

      public static final PseudostateKind DEEPHISTORY
      The 'Deep History' literal object.
      See Also:
      Generated:
    • SHALLOWHISTORY

      public static final PseudostateKind SHALLOWHISTORY
      The 'Shallow History' literal object.
      See Also:
      Generated:
    • JOIN

      public static final PseudostateKind JOIN
      The 'Join' literal object.
      See Also:
      Generated:
    • FORK

      public static final PseudostateKind FORK
      The 'Fork' literal object.
      See Also:
      Generated:
    • JUNCTION

      public static final PseudostateKind JUNCTION
      The 'Junction' literal object.
      See Also:
      Generated:
    • CHOICE

      public static final PseudostateKind CHOICE
      The 'Choice' literal object.
      See Also:
      Generated:
    • ENTRYPOINT

      public static final PseudostateKind ENTRYPOINT
      The 'Entry Point' literal object.
      See Also:
      Generated:
    • EXITPOINT

      public static final PseudostateKind EXITPOINT
      The 'Exit Point' literal object.
      See Also:
      Generated:
    • TERMINATE

      public static final PseudostateKind TERMINATE
      The 'Terminate' literal object.
      See Also:
      Generated:
    • VALUES

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

    • refTypeName

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

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

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

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