public interface XImportDirective extends XModelElement
The following features are supported:
XcorePackage.getXImportDirective()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getImportedNamespace()
Returns the value of the 'Imported Namespace' attribute
|
EObject |
getImportedObject()
Returns the value of the 'Imported Object' reference
|
XPackage |
getPackage()
Returns the value of the 'Package' container reference.
|
void |
setImportedNamespace(java.lang.String value)
Sets the value of the '
Imported Namespace' attribute |
void |
setImportedObject(EObject value)
Sets the value of the '
Imported Object' reference |
getAnnotation, getAnnotationseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverjava.lang.String getImportedNamespace()
If the meaning of the 'Imported Namespace' attribute isn't clear, there really should be more of a description here...
setImportedNamespace(String),
XcorePackage.getXImportDirective_ImportedNamespace()void setImportedNamespace(java.lang.String value)
Imported Namespace' attribute.
value - the new value of the 'Imported Namespace' attribute.getImportedNamespace()EObject getImportedObject()
If the meaning of the 'Imported Object' reference isn't clear, there really should be more of a description here...
setImportedObject(EObject),
XcorePackage.getXImportDirective_ImportedObject()void setImportedObject(EObject value)
Imported Object' reference.
value - the new value of the 'Imported Object' reference.getImportedObject()XPackage getPackage()
Import Directives'.
If the meaning of the 'Package' container reference isn't clear, there really should be more of a description here...
XcorePackage.getXImportDirective_Package(),
XPackage.getImportDirectives()