public class ImportImpl extends NamedElementImpl implements Import
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(Visitor<R> visitor)
Accept a visit from a visitor and return the result of a call to the derived type-specific visitXXX in the visitor.
|
Namespace |
basicGetImportedNamespace() |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
Namespace |
getImportedNamespace() |
Number |
getXmiidVersion() |
void |
setImportedNamespace(Namespace newImportedNamespace) |
void |
setXmiidVersion(Number newXmiidVersion) |
String |
toString() |
getName, setNameallOwnedElements, eInverseAdd, eInverseRemove, eInvoke, getAnnotatingComments, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuegetESObject, getETarget, getImage, getTarget, getText, setESObject, setTarget, unloadedequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, setNameallOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuepublic Namespace getImportedNamespace()
getImportedNamespace in interface ImportImport.setImportedNamespace(Namespace),
PivotPackage.getImport_ImportedNamespace()public Namespace basicGetImportedNamespace()
public void setImportedNamespace(Namespace newImportedNamespace)
setImportedNamespace in interface ImportnewImportedNamespace - the new value of the 'Imported Namespace' reference.Import.getImportedNamespace()public Number getXmiidVersion()
getXmiidVersion in interface ImportImport.setXmiidVersion(Number),
PivotPackage.getImport_XmiidVersion()public void setXmiidVersion(Number newXmiidVersion)
setXmiidVersion in interface ImportnewXmiidVersion - the new value of the 'Xmiid Version' attribute.Import.getXmiidVersion()public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class NamedElementImplpublic void eSet(int featureID,
Object newValue)
eSet in class NamedElementImplpublic void eUnset(int featureID)
eUnset in class NamedElementImplpublic boolean eIsSet(int featureID)
eIsSet in class NamedElementImplpublic String toString()
toString in class NamedElementImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.