Class ParameterEffectKindEnum
java.lang.Object
org.eclipse.emf.common.util.AbstractEnumerator
com.nomagic.uml2.ext.magicdraw.activities.mdcompleteactivities.ParameterEffectKindEnum
- All Implemented Interfaces:
ParameterEffectKind
,Serializable
,javax.jmi.reflect.RefEnum
,org.eclipse.emf.common.util.Enumerator
public final class ParameterEffectKindEnum
extends org.eclipse.emf.common.util.AbstractEnumerator
implements ParameterEffectKind
A representation of the literals of the enumeration 'Parameter Effect Kind',
and utility methods for working with them.
ParameterEffectKind is an Enumeration that indicates the effect of a Behavior on values passed in or out of its parameters.
- See Also:
-
com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getParameterEffectKindEnum()
- Serialized Form
- Model:
- annotation="MOF package='activities.mdcompleteactivities'"
- Generated:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ParameterEffectKind
The 'Create' literal object.static final int
The 'Create' literal value.static final ParameterEffectKind
The 'Delete' literal object.static final int
The 'Delete' literal value.static final ParameterEffectKind
The 'Read' literal object.static final int
The 'Read' literal value.static final ParameterEffectKind
The 'Update' literal object.static final int
The 'Update' literal value.static final List
A public read-only list of all the 'Parameter Effect Kind' enumerators. -
Method Summary
Modifier and TypeMethodDescriptionstatic ParameterEffectKindEnum
get
(int value) Returns the 'Parameter Effect Kind' literal with the specified integer value.static ParameterEffectKindEnum
Returns the 'Parameter Effect Kind' literal with the specified literal value.static ParameterEffectKindEnum
Returns the 'Parameter Effect 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
-
CREATE_VALUE
public static final int CREATE_VALUEThe 'Create' literal value. Indicates that the behavior creates values.- See Also:
- Model:
- name="create"
- Generated:
-
READ_VALUE
public static final int READ_VALUEThe 'Read' literal value. Indicates objects that are values of the parameter have values of their properties, or links in which they participate, or their classifiers retrieved during executions of the behavior.- See Also:
- Model:
- name="read"
- Generated:
-
UPDATE_VALUE
public static final int UPDATE_VALUEThe 'Update' literal value. Indicates objects that are values of the parameter have values of their properties, or links in which they participate, or their classification changed during executions of the behavior.- See Also:
- Model:
- name="update"
- Generated:
-
DELETE_VALUE
public static final int DELETE_VALUEThe 'Delete' literal value. Indicates objects that are values of the parameter do not exist after executions of the behavior are finished.- See Also:
- Model:
- name="delete"
- Generated:
-
CREATE
The 'Create' literal object.- See Also:
- Generated:
-
READ
The 'Read' literal object.- See Also:
- Generated:
-
UPDATE
The 'Update' literal object.- See Also:
- Generated:
-
DELETE
The 'Delete' literal object.- See Also:
- Generated:
-
VALUES
A public read-only list of all the 'Parameter Effect Kind' enumerators.- Generated:
-
-
Method Details
-
refTypeName
- Specified by:
refTypeName
in interfacejavax.jmi.reflect.RefEnum
-
get
Returns the 'Parameter Effect Kind' literal with the specified literal value.- Generated:
-
getByName
Returns the 'Parameter Effect Kind' literal with the specified name.- Generated:
-
get
Returns the 'Parameter Effect Kind' literal with the specified integer value.- Generated:
-