Class ParameterEffectKind

  • All Implemented Interfaces:
    Serializable, org.eclipse.emf.common.util.Enumerator

    public final class ParameterEffectKind
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the literals of the enumeration 'Parameter Effect Kind', and utility methods for working with them. The datatype ParameterEffectKind is an enumeration that indicates the effect of a behavior on values passed in or out of its parameters.
    See Also:
    UMLPackage.getParameterEffectKind(), Serialized Form
    • Method Detail

      • get

        public static ParameterEffectKind get​(String literal)
        Returns the 'Parameter Effect Kind' literal with the specified literal value.
      • getByName

        public static ParameterEffectKind getByName​(String name)
        Returns the 'Parameter Effect Kind' literal with the specified name.
      • get

        public static ParameterEffectKind get​(int value)
        Returns the 'Parameter Effect Kind' literal with the specified integer value.