
org.omg.spec.bpmn.model.TSendTask 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 'TSend Task'.
*
*
*
* The following features are supported:
*
*
* - {@link org.omg.spec.bpmn.model.TSendTask#getImplementation Implementation}
* - {@link org.omg.spec.bpmn.model.TSendTask#getMessageRef Message Ref}
* - {@link org.omg.spec.bpmn.model.TSendTask#getOperationRef Operation Ref}
*
*
* @see org.omg.spec.bpmn.model.ModelPackage#getTSendTask()
* @model extendedMetaData="name='tSendTask' kind='elementOnly'"
* @generated
*/
public interface TSendTask extends TTask {
/**
* Returns the value of the 'Implementation' attribute.
* The default value is "##WebService"
.
*
*
* @return the value of the 'Implementation' attribute.
* @see #isSetImplementation()
* @see #unsetImplementation()
* @see #setImplementation(Object)
* @see org.omg.spec.bpmn.model.ModelPackage#getTSendTask_Implementation()
* @model default="##WebService" unsettable="true" dataType="org.omg.spec.bpmn.model.TImplementation"
* extendedMetaData="kind='attribute' name='implementation'"
* @generated
*/
Object getImplementation();
/**
* Sets the value of the '{@link org.omg.spec.bpmn.model.TSendTask#getImplementation Implementation}' attribute.
*
*
* @param value the new value of the 'Implementation' attribute.
* @see #isSetImplementation()
* @see #unsetImplementation()
* @see #getImplementation()
* @generated
*/
void setImplementation(Object value);
/**
* Unsets the value of the '{@link org.omg.spec.bpmn.model.TSendTask#getImplementation Implementation}' attribute.
*
*
* @see #isSetImplementation()
* @see #getImplementation()
* @see #setImplementation(Object)
* @generated
*/
void unsetImplementation();
/**
* Returns whether the value of the '{@link org.omg.spec.bpmn.model.TSendTask#getImplementation Implementation}' attribute is set.
*
*
* @return whether the value of the 'Implementation' attribute is set.
* @see #unsetImplementation()
* @see #getImplementation()
* @see #setImplementation(Object)
* @generated
*/
boolean isSetImplementation();
/**
* Returns the value of the 'Message Ref' attribute.
*
*
* @return the value of the 'Message Ref' attribute.
* @see #setMessageRef(QName)
* @see org.omg.spec.bpmn.model.ModelPackage#getTSendTask_MessageRef()
* @model dataType="org.eclipse.emf.ecore.xml.type.QName"
* extendedMetaData="kind='attribute' name='messageRef'"
* @generated
*/
QName getMessageRef();
/**
* Sets the value of the '{@link org.omg.spec.bpmn.model.TSendTask#getMessageRef Message Ref}' attribute.
*
*
* @param value the new value of the 'Message Ref' attribute.
* @see #getMessageRef()
* @generated
*/
void setMessageRef(QName value);
/**
* Returns the value of the 'Operation Ref' attribute.
*
*
* @return the value of the 'Operation Ref' attribute.
* @see #setOperationRef(QName)
* @see org.omg.spec.bpmn.model.ModelPackage#getTSendTask_OperationRef()
* @model dataType="org.eclipse.emf.ecore.xml.type.QName"
* extendedMetaData="kind='attribute' name='operationRef'"
* @generated
*/
QName getOperationRef();
/**
* Sets the value of the '{@link org.omg.spec.bpmn.model.TSendTask#getOperationRef Operation Ref}' attribute.
*
*
* @param value the new value of the 'Operation Ref' attribute.
* @see #getOperationRef()
* @generated
*/
void setOperationRef(QName value);
} // TSendTask
© 2015 - 2025 Weber Informatics LLC | Privacy Policy