ujf.verimag.bip.cmodel.impl
Class CItemImpl

java.lang.Object
  extended by EObjectImpl
      extended by ujf.verimag.bip.cmodel.impl.CItemImpl
All Implemented Interfaces:
CItem
Direct Known Subclasses:
CCallableImpl, CHeaderTextImpl

public class CItemImpl
extends EObjectImpl
implements CItem

An implementation of the model object 'CItem'.

The following features are implemented:


Field Summary
protected  java.lang.String visibility
          The cached value of the 'Visibility' attribute.
protected static java.lang.String VISIBILITY_EDEFAULT
          The default value of the 'Visibility' attribute.
 
Constructor Summary
protected CItemImpl()
           
 
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 getVisibility()
           
 void setVisibility(java.lang.String newVisibility)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

VISIBILITY_EDEFAULT

protected static final java.lang.String VISIBILITY_EDEFAULT
The default value of the 'Visibility' attribute.

See Also:
getVisibility()

visibility

protected java.lang.String visibility
The cached value of the 'Visibility' attribute.

See Also:
getVisibility()
Constructor Detail

CItemImpl

protected CItemImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getVisibility

public java.lang.String getVisibility()

Specified by:
getVisibility in interface CItem
Returns:
the value of the 'Visibility' attribute.
See Also:
CItem.setVisibility(String), CmodelPackage.getCItem_Visibility()

setVisibility

public void setVisibility(java.lang.String newVisibility)

Specified by:
setVisibility in interface CItem
Parameters:
newVisibility - the new value of the 'Visibility' attribute.
See Also:
CItem.getVisibility()

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()