Enum ParameterEffectKind
ParameterEffectKind is an Enumeration that indicates the effect of a Behavior on values passed in or out of its parameters. <p>From package UML::Classification.</p>
[TypeConverter(typeof(ParameterEffectKindConverter))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//ParameterEffectKind")]
public enum ParameterEffectKind
Fields
Create = 0
Indicates that the behavior creates values.
Delete = 3
Indicates objects that are values of the parameter do not exist after executions of the behavior are finished.
Read = 1
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.
Update = 2
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.