Enum Class SysMLProfile.ControlValueKindEnum

java.lang.Object
java.lang.Enum<SysMLProfile.ControlValueKindEnum>
com.nomagic.magicdraw.sysml.util.SysMLProfile.ControlValueKindEnum
All Implemented Interfaces:
Serializable, Comparable<SysMLProfile.ControlValueKindEnum>, Constable
Enclosing class:
SysMLProfile

public static enum SysMLProfile.ControlValueKindEnum extends Enum<SysMLProfile.ControlValueKindEnum>
The ControlValue enumeration is a type for treating control values as data and for UML control pins. It can be used as the type of behavior and operation parameters, object nodes, and attributes, and so on. The possible runtime values are given as enumeration literals. Modelers can extend the enumeration with additional literals, such as suspend, resume, with their own semantics.