blob: 192cf250b0d358d69256ae00bebab26b9741774b [file] [log] [blame]
/**
*/
package org.eclipse.papyrus.bpmn.BPMNProfile;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Transaction</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.papyrus.bpmn.BPMNProfile.Transaction#getMethod <em>Method</em>}</li>
* </ul>
*
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getTransaction()
* @model
* @generated
*/
public interface Transaction extends SubProcess {
/**
* Returns the value of the '<em><b>Method</b></em>' attribute.
* The default value is <code>"\"##compensate\""</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Method</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Method</em>' attribute.
* @see #setMethod(String)
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getTransaction_Method()
* @model default="\"##compensate\"" dataType="org.eclipse.uml2.types.String" required="true" ordered="false"
* @generated
*/
String getMethod();
/**
* Sets the value of the '{@link org.eclipse.papyrus.bpmn.BPMNProfile.Transaction#getMethod <em>Method</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Method</em>' attribute.
* @see #getMethod()
* @generated
*/
void setMethod(String value);
} // Transaction