public interface EventHandler
extends org.eclipse.emf.ecore.EObject
The following features are supported:
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getEventHandler()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
Activity |
getActivity()
Returns the value of the 'Activity' containment reference
|
EventHandlerKind |
getKind()
Returns the value of the 'Kind' attribute.
|
java.lang.String |
getOperation()
Returns the value of the 'Operation' attribute
|
java.lang.String |
getWpcId()
Returns the value of the 'Wpc Id' attribute
|
boolean |
isSetKind()
Returns whether the value of the '
Kind ' attribute is set |
void |
setActivity(Activity value)
Sets the value of the '
Activity ' containment reference |
void |
setKind(EventHandlerKind value)
Sets the value of the '
Kind ' attribute |
void |
setOperation(java.lang.String value)
Sets the value of the '
Operation ' attribute |
void |
setWpcId(java.lang.String value)
Sets the value of the '
Wpc Id ' attribute |
void |
unsetKind()
Unsets the value of the '
Kind ' attribute |
static final java.lang.String COPYRIGHT
Activity getActivity()
If the meaning of the 'Activity' containment reference isn't clear, there really should be more of a description here...
setActivity(Activity)
,
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getEventHandler_Activity()
void setActivity(Activity value)
Activity
' containment reference.
value
- the new value of the 'Activity' containment reference.getActivity()
EventHandlerKind getKind()
"onEvent"
.
The literals are from the enumeration EventHandlerKind
.
If the meaning of the 'Kind' attribute isn't clear, there really should be more of a description here...
EventHandlerKind
,
isSetKind()
,
unsetKind()
,
setKind(EventHandlerKind)
,
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getEventHandler_Kind()
void setKind(EventHandlerKind value)
Kind
' attribute.
value
- the new value of the 'Kind' attribute.EventHandlerKind
,
isSetKind()
,
unsetKind()
,
getKind()
void unsetKind()
Kind
' attribute.
isSetKind()
,
getKind()
,
setKind(EventHandlerKind)
boolean isSetKind()
Kind
' attribute is set.
unsetKind()
,
getKind()
,
setKind(EventHandlerKind)
java.lang.String getOperation()
If the meaning of the 'Operation' attribute isn't clear, there really should be more of a description here...
setOperation(String)
,
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getEventHandler_Operation()
void setOperation(java.lang.String value)
Operation
' attribute.
value
- the new value of the 'Operation' attribute.getOperation()
java.lang.String getWpcId()
If the meaning of the 'Wpc Id' attribute isn't clear, there really should be more of a description here...
setWpcId(String)
,
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getEventHandler_WpcId()
void setWpcId(java.lang.String value)
Wpc Id
' attribute.
value
- the new value of the 'Wpc Id' attribute.getWpcId()