com.ibm.xtools.bpmn2
Interface EscalationEventDefinition

All Superinterfaces:
BaseElement, org.eclipse.emf.ecore.EObject, EventDefinition, org.eclipse.emf.common.notify.Notifier, RootElement

public interface EscalationEventDefinition
extends EventDefinition

A representation of the model object 'Escalation Event Definition'.

The following features are supported:

See Also:
Bpmn2Package.getEscalationEventDefinition()

Method Summary
 Escalation getEscalation()
          Returns the value of the 'Escalation' reference.
 java.lang.String getEscalationCode()
          Returns the value of the 'Escalation Code' attribute.
 void setEscalation(Escalation value)
          Sets the value of the 'Escalation' reference.
 void setEscalationCode(java.lang.String value)
          Sets the value of the 'Escalation Code' attribute.
 
Methods inherited from interface com.ibm.xtools.bpmn2.BaseElement
getAny, getAnyAttribute, getDocumentations, getExtensionElements, getId, getName, setExtensionElements, setId, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getEscalationCode

java.lang.String getEscalationCode()
Returns the value of the 'Escalation Code' attribute.

If the meaning of the 'Escalation Code' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Escalation Code' attribute.
See Also:
setEscalationCode(String), Bpmn2Package.getEscalationEventDefinition_EscalationCode()

setEscalationCode

void setEscalationCode(java.lang.String value)
Sets the value of the 'Escalation Code' attribute.

Parameters:
value - the new value of the 'Escalation Code' attribute.
See Also:
getEscalationCode()

getEscalation

Escalation getEscalation()
Returns the value of the 'Escalation' reference.

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

Returns:
the value of the 'Escalation' reference.
See Also:
setEscalation(Escalation), Bpmn2Package.getEscalationEventDefinition_Escalation()

setEscalation

void setEscalation(Escalation value)
Sets the value of the 'Escalation' reference.

Parameters:
value - the new value of the 'Escalation' reference.
See Also:
getEscalation()