ujf.verimag.bip.Core.Modules.impl
Class ModuleImpl

java.lang.Object
  extended by EObjectImpl
      extended by ujf.verimag.bip.Core.Behaviors.impl.NamedElementImpl
          extended by ujf.verimag.bip.Core.Modules.impl.ModuleImpl
All Implemented Interfaces:
NamedElement, Module
Direct Known Subclasses:
PackageImpl, SystemImpl

public abstract class ModuleImpl
extends NamedElementImpl
implements Module

An implementation of the model object 'Module'.

The following features are implemented:


Field Summary
protected   bipType
          The cached value of the 'Bip Type' containment reference list.
protected   dataType
          The cached value of the 'Data Type' containment reference list.
protected   declaration
          The cached value of the 'Declaration' containment reference list.
protected static java.lang.String SRC_FILE_NAME_EDEFAULT
          The default value of the 'Src File Name' attribute.
protected  java.lang.String srcFileName
          The cached value of the 'Src File Name' attribute.
protected   usedPackage
          The cached value of the 'Used Package' reference list.
 
Fields inherited from class ujf.verimag.bip.Core.Behaviors.impl.NamedElementImpl
name, NAME_EDEFAULT, scope, SCOPE_EDEFAULT
 
Constructor Summary
protected ModuleImpl()
           
 
Method Summary
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
  getBipType()
           
  getDataType()
           
  getDeclaration()
           
 java.lang.String getSrcFileName()
           
  getUsedPackage()
           
 void setSrcFileName(java.lang.String newSrcFileName)
           
 java.lang.String toString()
           
 
Methods inherited from class ujf.verimag.bip.Core.Behaviors.impl.NamedElementImpl
getName, getScope, setName, setScope
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface ujf.verimag.bip.Core.Behaviors.NamedElement
getName, getScope, setName, setScope
 

Field Detail

bipType

protected  bipType
The cached value of the 'Bip Type' containment reference list.

See Also:
getBipType()

usedPackage

protected  usedPackage
The cached value of the 'Used Package' reference list.

See Also:
getUsedPackage()

declaration

protected  declaration
The cached value of the 'Declaration' containment reference list.

See Also:
getDeclaration()

dataType

protected  dataType
The cached value of the 'Data Type' containment reference list.

See Also:
getDataType()

SRC_FILE_NAME_EDEFAULT

protected static final java.lang.String SRC_FILE_NAME_EDEFAULT
The default value of the 'Src File Name' attribute.

See Also:
getSrcFileName()

srcFileName

protected java.lang.String srcFileName
The cached value of the 'Src File Name' attribute.

See Also:
getSrcFileName()
Constructor Detail

ModuleImpl

protected ModuleImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class NamedElementImpl

getBipType

public  getBipType()

Specified by:
getBipType in interface Module
Returns:
the value of the 'Bip Type' containment reference list.
See Also:
ModulesPackage.getModule_BipType(), BipType.getModule()

getUsedPackage

public  getUsedPackage()

Specified by:
getUsedPackage in interface Module
Returns:
the value of the 'Used Package' reference list.
See Also:
ModulesPackage.getModule_UsedPackage()

getDeclaration

public  getDeclaration()

Specified by:
getDeclaration in interface Module
Returns:
the value of the 'Declaration' containment reference list.
See Also:
ModulesPackage.getModule_Declaration()

getDataType

public  getDataType()

Specified by:
getDataType in interface Module
Returns:
the value of the 'Data Type' containment reference list.
See Also:
ModulesPackage.getModule_DataType()

getSrcFileName

public java.lang.String getSrcFileName()

Specified by:
getSrcFileName in interface Module
Returns:
the value of the 'Src File Name' attribute.
See Also:
Module.setSrcFileName(String), ModulesPackage.getModule_SrcFileName()

setSrcFileName

public void setSrcFileName(java.lang.String newSrcFileName)

Specified by:
setSrcFileName in interface Module
Parameters:
newSrcFileName - the new value of the 'Src File Name' attribute.
See Also:
Module.getSrcFileName()

eInverseAdd

public NotificationChain eInverseAdd(InternalEObject otherEnd,
                                     int featureID,
                                     NotificationChain msgs)


eInverseRemove

public NotificationChain eInverseRemove(InternalEObject otherEnd,
                                        int featureID,
                                        NotificationChain msgs)


eGet

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

Overrides:
eGet in class NamedElementImpl

eSet

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

Overrides:
eSet in class NamedElementImpl

eUnset

public void eUnset(int featureID)

Overrides:
eUnset in class NamedElementImpl

eIsSet

public boolean eIsSet(int featureID)

Overrides:
eIsSet in class NamedElementImpl

toString

public java.lang.String toString()

Overrides:
toString in class NamedElementImpl