Interface MappingContent
- All Known Implementing Classes:
MappingContentImpl
A representation of the model object 'Mapping Content'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Absolute Uri' attribute.Returns the value of the 'Imported' reference.voidsetAbsoluteUri(String value) Sets the value of the 'Absolute Uri' attribute.voidsetImported(EObject value) Sets the value of the 'Imported' reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getImported
EObject getImported()Returns the value of the 'Imported' reference.- Returns:
- the value of the 'Imported' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setImported
Sets the value of the 'Imported' reference.- Parameters:
value- the new value of the 'Imported' reference.- See Also:
- Generated class or method.
-
getAbsoluteUri
String getAbsoluteUri()Returns the value of the 'Absolute Uri' attribute.- Returns:
- the value of the 'Absolute Uri' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setAbsoluteUri
Sets the value of the 'Absolute Uri' attribute.- Parameters:
value- the new value of the 'Absolute Uri' attribute.- See Also:
- Generated class or method.
-