ujf.verimag.bip.cmodel.impl
Class CIncludeImpl

java.lang.Object
  extended by EObjectImpl
      extended by ujf.verimag.bip.cmodel.impl.CIncludeImpl
All Implemented Interfaces:
CInclude

public class CIncludeImpl
extends EObjectImpl
implements CInclude

An implementation of the model object 'CInclude'.

The following features are implemented:


Field Summary
protected static java.lang.String FILE_NAME_EDEFAULT
          The default value of the 'File Name' attribute.
protected  java.lang.String fileName
          The cached value of the 'File Name' attribute.
 
Constructor Summary
protected CIncludeImpl()
           
 
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 getFileName()
           
 void setFileName(java.lang.String newFileName)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

FILE_NAME_EDEFAULT

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

See Also:
getFileName()

fileName

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

See Also:
getFileName()
Constructor Detail

CIncludeImpl

protected CIncludeImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getFileName

public java.lang.String getFileName()

Specified by:
getFileName in interface CInclude
Returns:
the value of the 'File Name' attribute.
See Also:
CInclude.setFileName(String), CmodelPackage.getCInclude_FileName()

setFileName

public void setFileName(java.lang.String newFileName)

Specified by:
setFileName in interface CInclude
Parameters:
newFileName - the new value of the 'File Name' attribute.
See Also:
CInclude.getFileName()

eGet

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


eSet

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


eUnset

public void eUnset(int featureID)


eIsSet

public boolean eIsSet(int featureID)


toString

public java.lang.String toString()