public interface DomainCS
A representation of the model object 'Domain CS'.
The following features are supported:
EqvtcCSTPackage.getDomainCS()
Method Summary | |
---|---|
boolean |
isCheck()
Returns the value of the 'Check' attribute. |
boolean |
isEnforce()
Returns the value of the 'Enforce' attribute. |
void |
setCheck(boolean value)
Sets the value of the ' Check ' attribute. |
void |
setEnforce(boolean value)
Sets the value of the ' Enforce ' attribute. |
Methods inherited from interface org.eclipse.gmt.umlx.eqvtc.cst.AreaCS |
---|
getBottomPattern, getGuardPattern, setBottomPattern, setGuardPattern |
Methods inherited from interface org.eclipse.gmt.umlx.eqvtc.cst.IdentifiedCSTNode |
---|
getIdentifier, setIdentifier |
Methods inherited from interface org.eclipse.ocl.internal.cst.CSTNode |
---|
getEndOffset, getStartOffset, setEndOffset, setStartOffset |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
boolean isCheck()
If the meaning of the 'Check' attribute isn't clear, there really should be more of a description here...
setCheck(boolean)
,
EqvtcCSTPackage.getDomainCS_Check()
void setCheck(boolean value)
Check
' attribute.
value
- the new value of the 'Check' attribute.isCheck()
boolean isEnforce()
If the meaning of the 'Enforce' attribute isn't clear, there really should be more of a description here...
setEnforce(boolean)
,
EqvtcCSTPackage.getDomainCS_Enforce()
void setEnforce(boolean value)
Enforce
' attribute.
value
- the new value of the 'Enforce' attribute.isEnforce()