Class ParameterDirectionKindEnum

  • All Implemented Interfaces:
    ParameterDirectionKind, java.io.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:
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ParameterDirectionKindEnum​(int value, java.lang.String name, java.lang.String literal)
      Only this class can construct instances.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static ParameterDirectionKindEnum get​(int value)
      Returns the 'Parameter Direction Kind' literal with the specified integer value.
      static ParameterDirectionKindEnum get​(java.lang.String literal)
      Returns the 'Parameter Direction Kind' literal with the specified literal value.
      static ParameterDirectionKindEnum getByName​(java.lang.String name)
      Returns the 'Parameter Direction Kind' literal with the specified name.
      private static java.util.List<java.lang.String> initTypeName()  
      java.util.List refTypeName()  
      • 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 Detail

      • IN_VALUE

        public static final int IN_VALUE
        The 'In' literal value. Indicates that Parameter values are passed in by the caller.
        See Also:
        IN, Constant Field Values
        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:
        INOUT, Constant Field Values
        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:
        OUT, Constant Field Values
        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:
        RETURN, Constant Field Values
        Model:
        name="return"
        Generated:
      • typeName

        private static final java.util.List<java.lang.String> typeName
        Generated:
      • VALUES_ARRAY

        private static final ParameterDirectionKindEnum[] VALUES_ARRAY
        An array of all the 'Parameter Direction Kind' enumerators.
        Generated:
      • VALUES

        public static final java.util.List VALUES
        A public read-only list of all the 'Parameter Direction Kind' enumerators.
        Generated:
    • Constructor Detail

      • ParameterDirectionKindEnum

        private ParameterDirectionKindEnum​(int value,
                                           java.lang.String name,
                                           java.lang.String literal)
        Only this class can construct instances.
        Generated:
    • Method Detail

      • initTypeName

        private static java.util.List<java.lang.String> initTypeName()
        Generated:
      • refTypeName

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

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

        public static ParameterDirectionKindEnum getByName​(java.lang.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: