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

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

public class DocumentationImpl
extends MinimalEObjectImpl.Container
implements Documentation

An implementation of the model object 'Documentation'.

The following features are implemented:

EMF generated code

Field Summary
protected   text
          The cached value of the 'Text' attribute list.
 
Constructor Summary
protected DocumentationImpl()
           
 
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)
           
  getText()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

text

protected  text
The cached value of the 'Text' attribute list.

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

DocumentationImpl

protected DocumentationImpl()

EMF generated code
Method Detail

eStaticClass

protected EClass eStaticClass()

EMF generated code

getText

public  getText()

Specified by:
getText in interface Documentation
Returns:
the value of the 'Text' attribute list.
See Also:
RoomPackage.getDocumentation_Text()
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