|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectMinimalEObjectImpl.Container
org.eclipse.etrice.core.room.impl.ImportImpl
public class ImportImpl
An implementation of the model object 'Import'.
The following features are implemented:
Field Summary | |
---|---|
protected static java.lang.String |
IMPORT_URI_EDEFAULT
The default value of the ' Import URI ' attribute. |
protected static java.lang.String |
IMPORTED_NAMESPACE_EDEFAULT
The default value of the ' Imported Namespace ' attribute. |
protected java.lang.String |
importedNamespace
The cached value of the ' Imported Namespace ' attribute. |
protected java.lang.String |
importURI
The cached value of the ' Import URI ' attribute. |
Constructor Summary | |
---|---|
protected |
ImportImpl()
|
Method Summary | |
---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
java.lang.String |
getImportedNamespace()
|
java.lang.String |
getImportURI()
|
void |
setImportedNamespace(java.lang.String newImportedNamespace)
|
void |
setImportURI(java.lang.String newImportURI)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected static final java.lang.String IMPORTED_NAMESPACE_EDEFAULT
Imported Namespace
' attribute.
getImportedNamespace()
protected java.lang.String importedNamespace
Imported Namespace
' attribute.
getImportedNamespace()
protected static final java.lang.String IMPORT_URI_EDEFAULT
Import URI
' attribute.
getImportURI()
protected java.lang.String importURI
Import URI
' attribute.
getImportURI()
Constructor Detail |
---|
protected ImportImpl()
Method Detail |
---|
protected EClass eStaticClass()
public java.lang.String getImportedNamespace()
getImportedNamespace
in interface Import
Import.setImportedNamespace(String)
,
RoomPackage.getImport_ImportedNamespace()
public void setImportedNamespace(java.lang.String newImportedNamespace)
setImportedNamespace
in interface Import
newImportedNamespace
- the new value of the 'Imported Namespace' attribute.Import.getImportedNamespace()
public java.lang.String getImportURI()
getImportURI
in interface Import
Import.setImportURI(String)
,
RoomPackage.getImport_ImportURI()
public void setImportURI(java.lang.String newImportURI)
setImportURI
in interface Import
newImportURI
- the new value of the 'Import URI' attribute.Import.getImportURI()
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID, java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |