public interface DomainCS
A representation of the model object 'Domain CS'.
The following features are supported:
EqvtrCSTPackage.getDomainCS()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList<DefaultValueCS> |
getDefaultValue()
Returns the value of the 'Default Value' containment reference list. |
org.eclipse.ocl.internal.cst.OperationCallExpCS |
getImplementedBy()
Returns the value of the 'Implemented By' containment reference. |
IdentifierCS |
getModelId()
Returns the value of the 'Model Id' containment reference. |
TemplateCS |
getTemplate()
Returns the value of the 'Template' containment reference. |
boolean |
isCheckonly()
Returns the value of the 'Checkonly' attribute. |
boolean |
isEnforce()
Returns the value of the 'Enforce' attribute. |
boolean |
isReplace()
Returns the value of the 'Replace' attribute. |
void |
setCheckonly(boolean value)
Sets the value of the ' Checkonly ' attribute. |
void |
setEnforce(boolean value)
Sets the value of the ' Enforce ' attribute. |
void |
setImplementedBy(org.eclipse.ocl.internal.cst.OperationCallExpCS value)
Sets the value of the ' Implemented By ' containment reference. |
void |
setModelId(IdentifierCS value)
Sets the value of the ' Model Id ' containment reference. |
void |
setReplace(boolean value)
Sets the value of the ' Replace ' attribute. |
void |
setTemplate(TemplateCS value)
Sets the value of the ' Template ' containment reference. |
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 isCheckonly()
If the meaning of the 'Checkonly' attribute isn't clear, there really should be more of a description here...
setCheckonly(boolean)
,
EqvtrCSTPackage.getDomainCS_Checkonly()
void setCheckonly(boolean value)
Checkonly
' attribute.
value
- the new value of the 'Checkonly' attribute.isCheckonly()
boolean isEnforce()
If the meaning of the 'Enforce' attribute isn't clear, there really should be more of a description here...
setEnforce(boolean)
,
EqvtrCSTPackage.getDomainCS_Enforce()
void setEnforce(boolean value)
Enforce
' attribute.
value
- the new value of the 'Enforce' attribute.isEnforce()
IdentifierCS getModelId()
If the meaning of the 'Model Id' containment reference isn't clear, there really should be more of a description here...
setModelId(IdentifierCS)
,
EqvtrCSTPackage.getDomainCS_ModelId()
void setModelId(IdentifierCS value)
Model Id
' containment reference.
value
- the new value of the 'Model Id' containment reference.getModelId()
boolean isReplace()
If the meaning of the 'Replace' attribute isn't clear, there really should be more of a description here...
setReplace(boolean)
,
EqvtrCSTPackage.getDomainCS_Replace()
void setReplace(boolean value)
Replace
' attribute.
value
- the new value of the 'Replace' attribute.isReplace()
TemplateCS getTemplate()
If the meaning of the 'Template' containment reference isn't clear, there really should be more of a description here...
setTemplate(TemplateCS)
,
EqvtrCSTPackage.getDomainCS_Template()
void setTemplate(TemplateCS value)
Template
' containment reference.
value
- the new value of the 'Template' containment reference.getTemplate()
org.eclipse.emf.common.util.EList<DefaultValueCS> getDefaultValue()
DefaultValueCS
.
If the meaning of the 'Default Value' containment reference list isn't clear, there really should be more of a description here...
EqvtrCSTPackage.getDomainCS_DefaultValue()
org.eclipse.ocl.internal.cst.OperationCallExpCS getImplementedBy()
If the meaning of the 'Implemented By' containment reference isn't clear, there really should be more of a description here...
setImplementedBy(OperationCallExpCS)
,
EqvtrCSTPackage.getDomainCS_ImplementedBy()
void setImplementedBy(org.eclipse.ocl.internal.cst.OperationCallExpCS value)
Implemented By
' containment reference.
value
- the new value of the 'Implemented By' containment reference.getImplementedBy()