org.eclipse.gmt.umlx.eqvtc.cst
Interface DomainCS

All Superinterfaces:
AreaCS, org.eclipse.ocl.internal.cst.CSTNode, org.eclipse.emf.ecore.EObject, IdentifiedCSTNode, org.eclipse.emf.common.notify.Notifier

public interface DomainCS
extends AreaCS

A representation of the model object 'Domain CS'.

The following features are supported:

See Also:
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

isCheck

boolean isCheck()
Returns the value of the 'Check' attribute.

If the meaning of the 'Check' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Check' attribute.
See Also:
setCheck(boolean), EqvtcCSTPackage.getDomainCS_Check()

setCheck

void setCheck(boolean value)
Sets the value of the 'Check' attribute.

Parameters:
value - the new value of the 'Check' attribute.
See Also:
isCheck()

isEnforce

boolean isEnforce()
Returns the value of the 'Enforce' attribute.

If the meaning of the 'Enforce' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Enforce' attribute.
See Also:
setEnforce(boolean), EqvtcCSTPackage.getDomainCS_Enforce()

setEnforce

void setEnforce(boolean value)
Sets the value of the 'Enforce' attribute.

Parameters:
value - the new value of the 'Enforce' attribute.
See Also:
isEnforce()