com.ibm.xtools.bpmn2
Interface Escalation

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

public interface Escalation
extends RootElement

A representation of the model object 'Escalation'.

The following features are supported:

See Also:
Bpmn2Package.getEscalation()

Method Summary
 ItemDefinition getStructure()
          Returns the value of the 'Structure' reference.
 void setStructure(ItemDefinition value)
          Sets the value of the 'Structure' reference.
 
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

getStructure

ItemDefinition getStructure()
Returns the value of the 'Structure' reference.

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

Returns:
the value of the 'Structure' reference.
See Also:
setStructure(ItemDefinition), Bpmn2Package.getEscalation_Structure()

setStructure

void setStructure(ItemDefinition value)
Sets the value of the 'Structure' reference.

Parameters:
value - the new value of the 'Structure' reference.
See Also:
getStructure()