org.eclipse.emf.ocl.uml
Interface SendSignalAction

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
SendSignalActionImpl

public interface SendSignalAction
extends org.eclipse.emf.ecore.EObject


Field Summary
static java.lang.String copyright
           
 
Method Summary
 org.eclipse.emf.ecore.EClass getSignal()
          Returns the value of the 'Signal' reference
 void setSignal(org.eclipse.emf.ecore.EClass value)
          Sets the value of the 'Signal' reference
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getSignal

public org.eclipse.emf.ecore.EClass getSignal()
Returns the value of the 'Signal' reference.

If the meaning of the 'Signal' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Signal' reference.
See Also:
SendSignalAction.setSignal(EClass), UMLPackage.getSendSignalAction_Signal()

setSignal

public void setSignal(org.eclipse.emf.ecore.EClass value)
Sets the value of the 'Signal' reference.

Parameters:
value - the new value of the 'Signal' reference.
See Also:
SendSignalAction.getSignal()

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