ujf.verimag.bip.cmodel.impl
Class CSwitchStmImpl

java.lang.Object
  extended by EObjectImpl
      extended by ujf.verimag.bip.cmodel.impl.CBodyItemImpl
          extended by ujf.verimag.bip.cmodel.impl.CStmImpl
              extended by ujf.verimag.bip.cmodel.impl.CSwitchStmImpl
All Implemented Interfaces:
CBodyItem, CStm, CSwitchStm

public class CSwitchStmImpl
extends CStmImpl
implements CSwitchStm

An implementation of the model object 'CSwitch Stm'.

The following features are implemented:


Field Summary
protected  EList caseAction
          The cached value of the 'Case Action' containment reference list.
protected  java.lang.String selector
          The cached value of the 'Selector' attribute.
protected static java.lang.String SELECTOR_EDEFAULT
          The default value of the 'Selector' attribute.
 
Constructor Summary
protected CSwitchStmImpl()
           
 
Method Summary
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 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)
           
 EList getCaseAction()
           
 java.lang.String getSelector()
           
 void setSelector(java.lang.String newSelector)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

caseAction

protected EList caseAction
The cached value of the 'Case Action' containment reference list.

See Also:
getCaseAction()

SELECTOR_EDEFAULT

protected static final java.lang.String SELECTOR_EDEFAULT
The default value of the 'Selector' attribute.

See Also:
getSelector()

selector

protected java.lang.String selector
The cached value of the 'Selector' attribute.

See Also:
getSelector()
Constructor Detail

CSwitchStmImpl

protected CSwitchStmImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class CStmImpl

getCaseAction

public EList getCaseAction()

Specified by:
getCaseAction in interface CSwitchStm
Returns:
the value of the 'Case Action' containment reference list.
See Also:
CmodelPackage.getCSwitchStm_CaseAction()

getSelector

public java.lang.String getSelector()

Specified by:
getSelector in interface CSwitchStm
Returns:
the value of the 'Selector' attribute.
See Also:
CSwitchStm.setSelector(String), CmodelPackage.getCSwitchStm_Selector()

setSelector

public void setSelector(java.lang.String newSelector)

Specified by:
setSelector in interface CSwitchStm
Parameters:
newSelector - the new value of the 'Selector' attribute.
See Also:
CSwitchStm.getSelector()

eInverseRemove

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


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