blob: d4dc339ea220ddbada0d7f2dee29cd752c5dde62 [file] [log] [blame]
/**
*/
package org.eclipse.papyrus.bpmn.BPMNProfile;
import java.util.Map;
import org.eclipse.emf.common.util.DiagnosticChain;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Escalation</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.papyrus.bpmn.BPMNProfile.Escalation#getEscalationCode <em>Escalation Code</em>}</li>
* </ul>
*
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getEscalation()
* @model
* @generated
*/
public interface Escalation extends ItemDefinition {
/**
* Returns the value of the '<em><b>Escalation Code</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Escalation Code</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Escalation Code</em>' attribute.
* @see #setEscalationCode(String)
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getEscalation_EscalationCode()
* @model dataType="org.eclipse.uml2.types.String" ordered="false"
* @generated
*/
String getEscalationCode();
/**
* Sets the value of the '{@link org.eclipse.papyrus.bpmn.BPMNProfile.Escalation#getEscalationCode <em>Escalation Code</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Escalation Code</em>' attribute.
* @see #getEscalationCode()
* @generated
*/
void setEscalationCode(String value);
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* self.structureRef = self.base_Class
* @param diagnostics The chain of diagnostics to which problems are to be appended.
* @param context The cache of context-specific information.
* <!-- end-model-doc -->
* @model annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='Escalation.structureRef'"
* @generated
*/
boolean EscalationstructureRef(DiagnosticChain diagnostics, Map<Object, Object> context);
} // Escalation