public interface ConstraintState extends State
The following features are supported:
TracePackage.getConstraintState()
Modifier and Type | Method and Description |
---|---|
int |
getInternalValue()
Returns the value of the 'Internal Value' attribute
|
void |
setInternalValue(int value)
Sets the value of the '
Internal Value ' attribute |
getReferedElement, setReferedElement
int getInternalValue()
If the meaning of the 'Internal Value' attribute isn't clear, there really should be more of a description here...
setInternalValue(int)
,
TracePackage.getConstraintState_InternalValue()
void setInternalValue(int value)
Internal Value
' attribute.
value
- the new value of the 'Internal Value' attribute.getInternalValue()