ujf.verimag.bip.cmodel.impl
Class CFunctionImpl

java.lang.Object
  extended by EObjectImpl
      extended by ujf.verimag.bip.cmodel.impl.CItemImpl
          extended by ujf.verimag.bip.cmodel.impl.CCallableImpl
              extended by ujf.verimag.bip.cmodel.impl.CFunctionImpl
All Implemented Interfaces:
CBlock, CCallable, CFunction, CItem, CTypedElement

public class CFunctionImpl
extends CCallableImpl
implements CFunction

An implementation of the model object 'CFunction'.

The following features are implemented:


Field Summary
protected  java.lang.String name
          The cached value of the 'Name' attribute.
protected static java.lang.String NAME_EDEFAULT
          The default value of the 'Name' attribute.
 
Fields inherited from class ujf.verimag.bip.cmodel.impl.CCallableImpl
argument, BODY_IN_DECL_EDEFAULT, bodyInDecl, content, qualifier, QUALIFIER_EDEFAULT, specifier, SPECIFIER_EDEFAULT, type, TYPE_EDEFAULT
 
Fields inherited from class ujf.verimag.bip.cmodel.impl.CItemImpl
visibility, VISIBILITY_EDEFAULT
 
Constructor Summary
protected CFunctionImpl()
           
 
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 getName()
           
 void setName(java.lang.String newName)
           
 java.lang.String toString()
           
 
Methods inherited from class ujf.verimag.bip.cmodel.impl.CCallableImpl
eBaseStructuralFeatureID, eDerivedStructuralFeatureID, eInverseRemove, getArgument, getContent, getQualifier, getSpecifier, getType, isBodyInDecl, setBodyInDecl, setQualifier, setSpecifier, setType
 
Methods inherited from class ujf.verimag.bip.cmodel.impl.CItemImpl
getVisibility, setVisibility
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface ujf.verimag.bip.cmodel.CCallable
getArgument, getQualifier, getSpecifier, isBodyInDecl, setBodyInDecl, setQualifier, setSpecifier
 
Methods inherited from interface ujf.verimag.bip.cmodel.CItem
getVisibility, setVisibility
 
Methods inherited from interface ujf.verimag.bip.cmodel.CTypedElement
getType, setType
 
Methods inherited from interface ujf.verimag.bip.cmodel.CBlock
getContent
 

Field Detail

NAME_EDEFAULT

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

See Also:
getName()

name

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

See Also:
getName()
Constructor Detail

CFunctionImpl

protected CFunctionImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class CCallableImpl

getName

public java.lang.String getName()

Specified by:
getName in interface CFunction
Returns:
the value of the 'Name' attribute.
See Also:
CFunction.setName(String), CmodelPackage.getCFunction_Name()

setName

public void setName(java.lang.String newName)

Specified by:
setName in interface CFunction
Parameters:
newName - the new value of the 'Name' attribute.
See Also:
CFunction.getName()

eGet

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

Overrides:
eGet in class CCallableImpl

eSet

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

Overrides:
eSet in class CCallableImpl

eUnset

public void eUnset(int featureID)

Overrides:
eUnset in class CCallableImpl

eIsSet

public boolean eIsSet(int featureID)

Overrides:
eIsSet in class CCallableImpl

toString

public java.lang.String toString()

Overrides:
toString in class CCallableImpl