public interface VarParameter
A representation of the model object 'Var Parameter'.
The following features are supported:
QvtoperationalPackage.getVarParameter()
Method Summary | |
---|---|
ImperativeOperation |
getCtxOwner()
Returns the value of the 'Ctx Owner' container reference. |
DirectionKind |
getKind()
Returns the value of the 'Kind' attribute. |
ImperativeOperation |
getResOwner()
Returns the value of the 'Res Owner' container reference. |
void |
setCtxOwner(ImperativeOperation value)
Sets the value of the ' Ctx Owner ' container reference. |
void |
setKind(DirectionKind value)
Sets the value of the ' Kind ' attribute. |
void |
setResOwner(ImperativeOperation value)
Sets the value of the ' Res Owner ' container reference. |
Methods inherited from interface org.eclipse.gmt.umlx.emof.Parameter |
---|
getOperation, setOperation |
Methods inherited from interface org.eclipse.gmt.umlx.emof.MultiplicityElement |
---|
getIsOrdered, getIsUnique, getLower, getUpper, setIsOrdered, setIsUnique, setLower, setUpper |
Methods inherited from interface org.eclipse.gmt.umlx.essentialocl.Variable |
---|
getBindParameter, getInitExpression, getLetExp, setBindParameter, setInitExpression, setLetExp |
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 |
---|
ImperativeOperation getCtxOwner()
Context
'.
If the meaning of the 'Ctx Owner' container reference isn't clear, there really should be more of a description here...
setCtxOwner(ImperativeOperation)
,
QvtoperationalPackage.getVarParameter_CtxOwner()
,
ImperativeOperation.getContext()
void setCtxOwner(ImperativeOperation value)
Ctx Owner
' container reference.
value
- the new value of the 'Ctx Owner' container reference.getCtxOwner()
ImperativeOperation getResOwner()
Result
'.
If the meaning of the 'Res Owner' container reference isn't clear, there really should be more of a description here...
setResOwner(ImperativeOperation)
,
QvtoperationalPackage.getVarParameter_ResOwner()
,
ImperativeOperation.getResult()
void setResOwner(ImperativeOperation value)
Res Owner
' container reference.
value
- the new value of the 'Res Owner' container reference.getResOwner()
DirectionKind getKind()
DirectionKind
.
If the meaning of the 'Kind' attribute isn't clear, there really should be more of a description here...
DirectionKind
,
setKind(DirectionKind)
,
QvtoperationalPackage.getVarParameter_Kind()
void setKind(DirectionKind value)
Kind
' attribute.
value
- the new value of the 'Kind' attribute.DirectionKind
,
getKind()