public interface Domain
A representation of the model object 'Domain'.
The following features are supported:
QvtbasePackage.getDomain()
Method Summary | |
---|---|
java.lang.Boolean |
getIsCheckable()
Returns the value of the 'Is Checkable' attribute. |
java.lang.Boolean |
getIsEnforceable()
Returns the value of the 'Is Enforceable' attribute. |
Rule |
getRule()
Returns the value of the 'Rule' container reference. |
TypedModel |
getTypedModel()
Returns the value of the 'Typed Model' reference. |
void |
setIsCheckable(java.lang.Boolean value)
Sets the value of the ' Is Checkable ' attribute. |
void |
setIsEnforceable(java.lang.Boolean value)
Sets the value of the ' Is Enforceable ' attribute. |
void |
setRule(Rule value)
Sets the value of the ' Rule ' container reference. |
void |
setTypedModel(TypedModel value)
Sets the value of the ' Typed Model ' reference. |
Methods inherited from interface org.eclipse.gmt.umlx.emof.NamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.gmt.umlx.emof.Element |
---|
getOwnedComment, getTag |
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 |
---|
java.lang.Boolean getIsCheckable()
If the meaning of the 'Is Checkable' attribute isn't clear, there really should be more of a description here...
setIsCheckable(Boolean)
,
QvtbasePackage.getDomain_IsCheckable()
void setIsCheckable(java.lang.Boolean value)
Is Checkable
' attribute.
value
- the new value of the 'Is Checkable' attribute.getIsCheckable()
java.lang.Boolean getIsEnforceable()
If the meaning of the 'Is Enforceable' attribute isn't clear, there really should be more of a description here...
setIsEnforceable(Boolean)
,
QvtbasePackage.getDomain_IsEnforceable()
void setIsEnforceable(java.lang.Boolean value)
Is Enforceable
' attribute.
value
- the new value of the 'Is Enforceable' attribute.getIsEnforceable()
Rule getRule()
Domain
'.
If the meaning of the 'Rule' container reference isn't clear, there really should be more of a description here...
setRule(Rule)
,
QvtbasePackage.getDomain_Rule()
,
Rule.getDomain()
void setRule(Rule value)
Rule
' container reference.
value
- the new value of the 'Rule' container reference.getRule()
TypedModel getTypedModel()
If the meaning of the 'Typed Model' reference isn't clear, there really should be more of a description here...
setTypedModel(TypedModel)
,
QvtbasePackage.getDomain_TypedModel()
void setTypedModel(TypedModel value)
Typed Model
' reference.
value
- the new value of the 'Typed Model' reference.getTypedModel()