Interface MappingContent
-
- All Known Implementing Classes:
MappingContentImpl
public interface MappingContent extends EObject
A representation of the model object 'Mapping Content'.The following features are supported:
- See Also:
LanguagePackage.getMappingContent()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAbsoluteUri()
Returns the value of the 'Absolute Uri' attribute.Content
getImported()
Returns the value of the 'Imported' reference.void
setAbsoluteUri(String value)
Sets the value of the 'Absolute Uri
' attribute.void
setImported(Content 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, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getImported
Content getImported()
Returns the value of the 'Imported' reference.- Returns:
- the value of the 'Imported' reference.
- See Also:
setImported(Content)
,LanguagePackage.getMappingContent_Imported()
- Generated class or method.
- EMF model class or method.
-
setImported
void setImported(Content value)
Sets the value of the 'Imported
' reference.- Parameters:
value
- the new value of the 'Imported' reference.- See Also:
getImported()
- 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:
setAbsoluteUri(String)
,LanguagePackage.getMappingContent_AbsoluteUri()
- Generated class or method.
- EMF model class or method.
-
setAbsoluteUri
void setAbsoluteUri(String value)
Sets the value of the 'Absolute Uri
' attribute.- Parameters:
value
- the new value of the 'Absolute Uri' attribute.- See Also:
getAbsoluteUri()
- Generated class or method.
-
-