org.eclipse.gmt.umlx.ucore
Interface UMappingInstance

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, UConstraint
All Known Subinterfaces:
UEvolutionInstance, UPreservationInstance, URelationInstance
All Known Implementing Classes:
UEvolutionInstanceImpl, UMappingInstanceImpl, UPreservationInstanceImpl, URelationInstanceImpl

public interface UMappingInstance
extends UConstraint

A representation of the model object 'UMapping Instance'.

The following features are supported:

See Also:
UcorePackage.getUMappingInstance()

Method Summary
 org.eclipse.emf.common.util.EList getUBindings()
          Returns the value of the 'UBindings' containment reference list.
 UMapping getUMapping()
          Returns the value of the 'UMapping' reference.
 void setUMapping(UMapping value)
          Sets the value of the 'UMapping' reference.
 UMapping simpleGetUMapping()
           
 
Methods inherited from interface org.eclipse.gmt.umlx.ucore.UConstraint
getURelation, setURelation
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
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

getUBindings

org.eclipse.emf.common.util.EList getUBindings()
Returns the value of the 'UBindings' containment reference list. The list contents are of type UBinding. It is bidirectional and its opposite is 'UMapping Instance'.

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

Returns:
the value of the 'UBindings' containment reference list.
See Also:
UcorePackage.getUMappingInstance_UBindings(), UBinding.getUMappingInstance()

getUMapping

UMapping getUMapping()
Returns the value of the 'UMapping' reference.

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

Returns:
the value of the 'UMapping' reference.
See Also:
setUMapping(UMapping), UcorePackage.getUMappingInstance_UMapping()

setUMapping

void setUMapping(UMapping value)
Sets the value of the 'UMapping' reference.

Parameters:
value - the new value of the 'UMapping' reference.
See Also:
getUMapping()

simpleGetUMapping

UMapping simpleGetUMapping()