
org.omg.spec.bpmn.model.TEscalation Maven / Gradle / Ivy
/**
* Copyright (C) 2023 BonitaSoft S.A.
* BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2.0 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
package org.omg.spec.bpmn.model;
import javax.xml.namespace.QName;
/**
*
* A representation of the model object 'TEscalation'.
*
*
*
* The following features are supported:
*
*
* - {@link org.omg.spec.bpmn.model.TEscalation#getEscalationCode Escalation Code}
* - {@link org.omg.spec.bpmn.model.TEscalation#getName Name}
* - {@link org.omg.spec.bpmn.model.TEscalation#getStructureRef Structure Ref}
*
*
* @see org.omg.spec.bpmn.model.ModelPackage#getTEscalation()
* @model extendedMetaData="name='tEscalation' kind='elementOnly'"
* @generated
*/
public interface TEscalation extends TRootElement {
/**
* Returns the value of the 'Escalation Code' attribute.
*
*
* @return the value of the 'Escalation Code' attribute.
* @see #setEscalationCode(String)
* @see org.omg.spec.bpmn.model.ModelPackage#getTEscalation_EscalationCode()
* @model dataType="org.eclipse.emf.ecore.xml.type.String"
* extendedMetaData="kind='attribute' name='escalationCode'"
* @generated
*/
String getEscalationCode();
/**
* Sets the value of the '{@link org.omg.spec.bpmn.model.TEscalation#getEscalationCode Escalation Code}' attribute.
*
*
* @param value the new value of the 'Escalation Code' attribute.
* @see #getEscalationCode()
* @generated
*/
void setEscalationCode(String value);
/**
* Returns the value of the 'Name' attribute.
*
*
* @return the value of the 'Name' attribute.
* @see #setName(String)
* @see org.omg.spec.bpmn.model.ModelPackage#getTEscalation_Name()
* @model dataType="org.eclipse.emf.ecore.xml.type.String"
* extendedMetaData="kind='attribute' name='name'"
* @generated
*/
String getName();
/**
* Sets the value of the '{@link org.omg.spec.bpmn.model.TEscalation#getName Name}' attribute.
*
*
* @param value the new value of the 'Name' attribute.
* @see #getName()
* @generated
*/
void setName(String value);
/**
* Returns the value of the 'Structure Ref' attribute.
*
*
* @return the value of the 'Structure Ref' attribute.
* @see #setStructureRef(QName)
* @see org.omg.spec.bpmn.model.ModelPackage#getTEscalation_StructureRef()
* @model dataType="org.eclipse.emf.ecore.xml.type.QName"
* extendedMetaData="kind='attribute' name='structureRef'"
* @generated
*/
QName getStructureRef();
/**
* Sets the value of the '{@link org.omg.spec.bpmn.model.TEscalation#getStructureRef Structure Ref}' attribute.
*
*
* @param value the new value of the 'Structure Ref' attribute.
* @see #getStructureRef()
* @generated
*/
void setStructureRef(QName value);
} // TEscalation
© 2015 - 2025 Weber Informatics LLC | Privacy Policy