org.eclipse.gmt.umlx.qvtoperational
Interface MappingParameter

All Superinterfaces:
Element, org.eclipse.emf.ecore.EObject, MultiplicityElement, NamedElement, org.eclipse.emf.common.notify.Notifier, Object, Parameter, TypedElement, Variable, VarParameter

public interface MappingParameter
extends VarParameter

A representation of the model object 'Mapping Parameter'.

The following features are supported:

See Also:
QvtoperationalPackage.getMappingParameter()

Method Summary
 ModelParameter getExtent()
          Returns the value of the 'Extent' reference.
 RelationDomain getRefinedDomain()
          Returns the value of the 'Refined Domain' reference.
 void setExtent(ModelParameter value)
          Sets the value of the 'Extent' reference.
 void setRefinedDomain(RelationDomain value)
          Sets the value of the 'Refined Domain' reference.
 
Methods inherited from interface org.eclipse.gmt.umlx.qvtoperational.VarParameter
getCtxOwner, getKind, getResOwner, setCtxOwner, setKind, setResOwner
 
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

getRefinedDomain

RelationDomain getRefinedDomain()
Returns the value of the 'Refined Domain' reference.

If the meaning of the 'Refined Domain' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Refined Domain' reference.
See Also:
setRefinedDomain(RelationDomain), QvtoperationalPackage.getMappingParameter_RefinedDomain()

setRefinedDomain

void setRefinedDomain(RelationDomain value)
Sets the value of the 'Refined Domain' reference.

Parameters:
value - the new value of the 'Refined Domain' reference.
See Also:
getRefinedDomain()

getExtent

ModelParameter getExtent()
Returns the value of the 'Extent' reference.

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

Returns:
the value of the 'Extent' reference.
See Also:
setExtent(ModelParameter), QvtoperationalPackage.getMappingParameter_Extent()

setExtent

void setExtent(ModelParameter value)
Sets the value of the 'Extent' reference.

Parameters:
value - the new value of the 'Extent' reference.
See Also:
getExtent()