Interface Mapping
- 
- All Superinterfaces:
 EObject,ListOrMapping,Notifier
- All Known Implementing Classes:
 MappingImpl
public interface Mapping extends ListOrMapping
A representation of the model object 'Mapping'.The following features are supported:
- See Also:
 ComposeFilePackage.getMapping()- Generated class or method.
 - EMF model class or method.
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<EObject>getMap()Returns the value of the 'Map' containment reference list.- 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset 
- 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getMap
EList<EObject> getMap()
Returns the value of the 'Map' containment reference list. The list contents are of typeEObject.- Returns:
 - the value of the 'Map' containment reference list.
 - See Also:
 ComposeFilePackage.getMapping_Map()- Generated class or method.
 - EMF model class or method.
 - containment="true"
 
 
 - 
 
 -