|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EscalationEventDefinition
A representation of the model object 'Escalation Event Definition'.
The following features are supported:
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 |
---|
java.lang.String getEscalationCode()
If the meaning of the 'Escalation Code' attribute isn't clear, there really should be more of a description here...
setEscalationCode(String)
,
Bpmn2Package.getEscalationEventDefinition_EscalationCode()
void setEscalationCode(java.lang.String value)
Escalation Code
' attribute.
value
- the new value of the 'Escalation Code' attribute.getEscalationCode()
Escalation getEscalation()
If the meaning of the 'Escalation' reference isn't clear, there really should be more of a description here...
setEscalation(Escalation)
,
Bpmn2Package.getEscalationEventDefinition_Escalation()
void setEscalation(Escalation value)
Escalation
' reference.
value
- the new value of the 'Escalation' reference.getEscalation()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |