org.eclipse.etrice.core.room.impl
Class ImportImpl

java.lang.Object
  extended by MinimalEObjectImpl.Container
      extended by org.eclipse.etrice.core.room.impl.ImportImpl
All Implemented Interfaces:
Import

public class ImportImpl
extends MinimalEObjectImpl.Container
implements Import

An implementation of the model object 'Import'.

The following features are implemented:

EMF generated code

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

IMPORTED_NAMESPACE_EDEFAULT

protected static final java.lang.String IMPORTED_NAMESPACE_EDEFAULT
The default value of the 'Imported Namespace' attribute.

See Also:
getImportedNamespace()
EMF generated code
EMF ordered

importedNamespace

protected java.lang.String importedNamespace
The cached value of the 'Imported Namespace' attribute.

See Also:
getImportedNamespace()
EMF generated code
EMF ordered

IMPORT_URI_EDEFAULT

protected static final java.lang.String IMPORT_URI_EDEFAULT
The default value of the 'Import URI' attribute.

See Also:
getImportURI()
EMF generated code
EMF ordered

importURI

protected java.lang.String importURI
The cached value of the 'Import URI' attribute.

See Also:
getImportURI()
EMF generated code
EMF ordered
Constructor Detail

ImportImpl

protected ImportImpl()

EMF generated code
Method Detail

eStaticClass

protected EClass eStaticClass()

EMF generated code

getImportedNamespace

public java.lang.String getImportedNamespace()

Specified by:
getImportedNamespace in interface Import
Returns:
the value of the 'Imported Namespace' attribute.
See Also:
Import.setImportedNamespace(String), RoomPackage.getImport_ImportedNamespace()
EMF generated code

setImportedNamespace

public void setImportedNamespace(java.lang.String newImportedNamespace)

Specified by:
setImportedNamespace in interface Import
Parameters:
newImportedNamespace - the new value of the 'Imported Namespace' attribute.
See Also:
Import.getImportedNamespace()
EMF generated code

getImportURI

public java.lang.String getImportURI()

Specified by:
getImportURI in interface Import
Returns:
the value of the 'Import URI' attribute.
See Also:
Import.setImportURI(String), RoomPackage.getImport_ImportURI()
EMF generated code

setImportURI

public void setImportURI(java.lang.String newImportURI)

Specified by:
setImportURI in interface Import
Parameters:
newImportURI - the new value of the 'Import URI' attribute.
See Also:
Import.getImportURI()
EMF generated code

eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)

EMF generated code

eSet

public void eSet(int featureID,
                 java.lang.Object newValue)

EMF generated code

eUnset

public void eUnset(int featureID)

EMF generated code

eIsSet

public boolean eIsSet(int featureID)

EMF generated code

toString

public java.lang.String toString()

EMF generated code