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 Summary
Modifier and TypeFieldDescriptionstatic final ParameterDirectionKind
The 'In' literal object.static final int
The 'In' literal value.static final ParameterDirectionKind
The 'Inout' literal object.static final int
The 'Inout' literal value.static final ParameterDirectionKind
The 'Out' literal object.static final int
The 'Out' literal value.static final ParameterDirectionKind
The 'Return' literal object.static final int
The 'Return' literal value.static final List
A public read-only list of all the 'Parameter Direction Kind' enumerators. -
Method Summary
Modifier and TypeMethodDescriptionstatic ParameterDirectionKindEnum
get
(int value) Returns the 'Parameter Direction Kind' literal with the specified integer value.static ParameterDirectionKindEnum
Returns the 'Parameter Direction Kind' literal with the specified literal value.static ParameterDirectionKindEnum
Returns the 'Parameter Direction Kind' literal with the specified name.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 Details
-
IN_VALUE
public static final int IN_VALUEThe '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_VALUEThe '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_VALUEThe '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_VALUEThe 'Return' literal value. Indicates that Parameter values are passed as return values back to the caller.- See Also:
- Model:
- name="return"
- Generated:
-
IN
The 'In' literal object.- See Also:
- Generated:
-
INOUT
The 'Inout' literal object.- See Also:
- Generated:
-
OUT
The 'Out' literal object.- See Also:
- Generated:
-
RETURN
The 'Return' literal object.- See Also:
- Generated:
-
VALUES
A public read-only list of all the 'Parameter Direction Kind' enumerators.- Generated:
-
-
Method Details
-
refTypeName
- Specified by:
refTypeName
in interfacejavax.jmi.reflect.RefEnum
-
get
Returns the 'Parameter Direction Kind' literal with the specified literal value.- Generated:
-
getByName
Returns the 'Parameter Direction Kind' literal with the specified name.- Generated:
-
get
Returns the 'Parameter Direction Kind' literal with the specified integer value.- Generated:
-