ujf.verimag.bip.cmodel.impl
Class CJumpImpl

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.CJumpImpl
All Implemented Interfaces:
CBodyItem, CJump, CStm

public class CJumpImpl
extends CStmImpl
implements CJump

An implementation of the model object 'CJump'.

The following features are implemented:


Field Summary
protected  JumpType type
          The cached value of the 'Type' attribute.
protected static JumpType TYPE_EDEFAULT
          The default value of the 'Type' attribute.
 
Constructor Summary
protected CJumpImpl()
           
 
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)
           
 JumpType getType()
           
 void setType(JumpType newType)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE_EDEFAULT

protected static final JumpType TYPE_EDEFAULT
The default value of the 'Type' attribute.

See Also:
getType()

type

protected JumpType type
The cached value of the 'Type' attribute.

See Also:
getType()
Constructor Detail

CJumpImpl

protected CJumpImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class CStmImpl

getType

public JumpType getType()

Specified by:
getType in interface CJump
Returns:
the value of the 'Type' attribute.
See Also:
JumpType, CJump.setType(JumpType), CmodelPackage.getCJump_Type()

setType

public void setType(JumpType newType)

Specified by:
setType in interface CJump
Parameters:
newType - the new value of the 'Type' attribute.
See Also:
JumpType, CJump.getType()

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