org.eclipse.ocl.ecore.impl
Class SendSignalActionImpl

java.lang.Object
  extended by EObjectImpl
      extended by org.eclipse.ocl.ecore.impl.SendSignalActionImpl
All Implemented Interfaces:
SendSignalAction

public class SendSignalActionImpl
extends EObjectImpl
implements SendSignalAction

An implementation of the model object 'Send Signal Action'.

The following features are implemented:


Field Summary
protected  EClass signal
          The cached value of the 'Signal' reference
 
Constructor Summary
protected SendSignalActionImpl()
           
 
Method Summary
 EClass basicGetSignal()
           
 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)
           
 EClass getSignal()
           
 void setSignal(EClass newSignal)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

signal

protected EClass signal
The cached value of the 'Signal' reference.

See Also:
getSignal()
Constructor Detail

SendSignalActionImpl

protected SendSignalActionImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getSignal

public EClass getSignal()

Specified by:
getSignal in interface SendSignalAction
Returns:
the value of the 'Signal' reference.
See Also:
SendSignalAction.setSignal(EClass), EcorePackage.getSendSignalAction_Signal()

basicGetSignal

public EClass basicGetSignal()


setSignal

public void setSignal(EClass newSignal)

Specified by:
setSignal in interface SendSignalAction
Parameters:
newSignal - the new value of the 'Signal' reference.
See Also:
SendSignalAction.getSignal()

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)


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.