Class ParameterDirectionKindEnum

java.lang.Object
org.eclipse.emf.common.util.AbstractEnumerator
com.nomagic.uml2.ext.magicdraw.classes.mdkernel.ParameterDirectionKindEnum
All Implemented Interfaces:
ParameterDirectionKind, Serializable, javax.jmi.reflect.RefEnum, org.eclipse.emf.common.util.Enumerator

public final class ParameterDirectionKindEnum extends org.eclipse.emf.common.util.AbstractEnumerator implements ParameterDirectionKind
A representation of the literals of the enumeration 'Parameter Direction Kind', and utility methods for working with them. ParameterDirectionKind is an Enumeration that defines literals used to specify direction of parameters.
See Also:
  • com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getParameterDirectionKindEnum()
  • Serialized Form
Model:
annotation="MOF package='classes.mdkernel'"
Generated:
  • Field Details

    • IN_VALUE

      public static final int IN_VALUE
      The 'In' literal value. Indicates that Parameter values are passed in by the caller.
      See Also:
      Model:
      name="in"
      Generated:
    • INOUT_VALUE

      public static final int INOUT_VALUE
      The 'Inout' literal value. Indicates that Parameter values are passed in by the caller and (possibly different) values passed out to the caller.
      See Also:
      Model:
      name="inout"
      Generated:
    • OUT_VALUE

      public static final int OUT_VALUE
      The 'Out' literal value. Indicates that Parameter values are passed out to the caller.
      See Also:
      Model:
      name="out"
      Generated:
    • RETURN_VALUE

      public static final int RETURN_VALUE
      The 'Return' literal value. Indicates that Parameter values are passed as return values back to the caller.
      See Also:
      Model:
      name="return"
      Generated:
    • IN

      public static final ParameterDirectionKind IN
      The 'In' literal object.
      See Also:
      Generated:
    • INOUT

      public static final ParameterDirectionKind INOUT
      The 'Inout' literal object.
      See Also:
      Generated:
    • OUT

      public static final ParameterDirectionKind OUT
      The 'Out' literal object.
      See Also:
      Generated:
    • RETURN

      public static final ParameterDirectionKind RETURN
      The 'Return' literal object.
      See Also:
      Generated:
    • VALUES

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

    • refTypeName

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

      public static ParameterDirectionKindEnum get(String literal)
      Returns the 'Parameter Direction Kind' literal with the specified literal value.
      Generated:
    • getByName

      public static ParameterDirectionKindEnum getByName(String name)
      Returns the 'Parameter Direction Kind' literal with the specified name.
      Generated:
    • get

      public static ParameterDirectionKindEnum get(int value)
      Returns the 'Parameter Direction Kind' literal with the specified integer value.
      Generated: