public interface ResolveExp
A representation of the model object 'Resolve Exp'.
The following features are supported:
QvtoperationalPackage.getResolveExp()
Method Summary | |
---|---|
java.lang.Boolean |
getIsDeferred()
Returns the value of the 'Is Deferred' attribute. |
java.lang.Boolean |
getIsInverse()
Returns the value of the 'Is Inverse' attribute. |
java.lang.Boolean |
getOne()
Returns the value of the 'One' attribute. |
void |
setIsDeferred(java.lang.Boolean value)
Sets the value of the ' Is Deferred ' attribute. |
void |
setIsInverse(java.lang.Boolean value)
Sets the value of the ' Is Inverse ' attribute. |
void |
setOne(java.lang.Boolean value)
Sets the value of the ' One ' attribute. |
Methods inherited from interface org.eclipse.gmt.umlx.imperativeocl.ImperativeLoopExp |
---|
getCondition, setCondition |
Methods inherited from interface org.eclipse.gmt.umlx.essentialocl.LoopExp |
---|
getBody, getIterator, setBody |
Methods inherited from interface org.eclipse.gmt.umlx.essentialocl.CallExp |
---|
getSource, setSource |
Methods inherited from interface org.eclipse.gmt.umlx.emof.TypedElement |
---|
getType, setType |
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 getOne()
If the meaning of the 'One' attribute isn't clear, there really should be more of a description here...
setOne(Boolean)
,
QvtoperationalPackage.getResolveExp_One()
void setOne(java.lang.Boolean value)
One
' attribute.
value
- the new value of the 'One' attribute.getOne()
java.lang.Boolean getIsInverse()
If the meaning of the 'Is Inverse' attribute isn't clear, there really should be more of a description here...
setIsInverse(Boolean)
,
QvtoperationalPackage.getResolveExp_IsInverse()
void setIsInverse(java.lang.Boolean value)
Is Inverse
' attribute.
value
- the new value of the 'Is Inverse' attribute.getIsInverse()
java.lang.Boolean getIsDeferred()
If the meaning of the 'Is Deferred' attribute isn't clear, there really should be more of a description here...
setIsDeferred(Boolean)
,
QvtoperationalPackage.getResolveExp_IsDeferred()
void setIsDeferred(java.lang.Boolean value)
Is Deferred
' attribute.
value
- the new value of the 'Is Deferred' attribute.getIsDeferred()