Control Data
@Serializable
A data class for transferring the data associated with a control.
Parameters
control Type
the type of control (DOUBLE, INTEGER, LONG, FLOAT, SHORT, BYTE, BOOLEAN)
value
the value of the control
key Name
the name for the control. This is the string "
${elementName}.$
{propertyName}"lower Bound
the lower bound permitted for the control
upper Bound
the upper bound permitted for the control
element Name
The name of the model element that has the control.
element Type
The simple class name associated with the model element that has the control.
element Id
The id of the model element associated with the control
property Name
The name of the property annotated by the control
comment
The comment string that was supplied in the control annotation.
model Name
The name of the model that holds the element associated with the control.