blob: 869689dcf2c24cfd8046b2f418f33db0e9e0e120 [file] [log] [blame]
/**
*/
package org.eclipse.papyrus.bpmn.BPMNProfile;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.uml2.uml.Stereotype;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>BPMN Extension</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.papyrus.bpmn.BPMNProfile.BPMNExtension#getBase_Stereotype <em>Base Stereotype</em>}</li>
* <li>{@link org.eclipse.papyrus.bpmn.BPMNProfile.BPMNExtension#isMustUnderstand <em>Must Understand</em>}</li>
* <li>{@link org.eclipse.papyrus.bpmn.BPMNProfile.BPMNExtension#getDefinition <em>Definition</em>}</li>
* </ul>
*
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getBPMNExtension()
* @model
* @generated
*/
public interface BPMNExtension extends EObject {
/**
* Returns the value of the '<em><b>Base Stereotype</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Base Stereotype</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Base Stereotype</em>' reference.
* @see #setBase_Stereotype(Stereotype)
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getBPMNExtension_Base_Stereotype()
* @model required="true" ordered="false"
* @generated
*/
Stereotype getBase_Stereotype();
/**
* Sets the value of the '{@link org.eclipse.papyrus.bpmn.BPMNProfile.BPMNExtension#getBase_Stereotype <em>Base Stereotype</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Base Stereotype</em>' reference.
* @see #getBase_Stereotype()
* @generated
*/
void setBase_Stereotype(Stereotype value);
/**
* Returns the value of the '<em><b>Must Understand</b></em>' attribute.
* The default value is <code>"false"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Must Understand</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Must Understand</em>' attribute.
* @see #setMustUnderstand(boolean)
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getBPMNExtension_MustUnderstand()
* @model default="false" dataType="org.eclipse.uml2.types.Boolean" ordered="false"
* @generated
*/
boolean isMustUnderstand();
/**
* Sets the value of the '{@link org.eclipse.papyrus.bpmn.BPMNProfile.BPMNExtension#isMustUnderstand <em>Must Understand</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Must Understand</em>' attribute.
* @see #isMustUnderstand()
* @generated
*/
void setMustUnderstand(boolean value);
/**
* Returns the value of the '<em><b>Definition</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Definition</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Definition</em>' reference.
* @see #setDefinition(ExtensionDefinition)
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getBPMNExtension_Definition()
* @model required="true" ordered="false"
* @generated
*/
ExtensionDefinition getDefinition();
/**
* Sets the value of the '{@link org.eclipse.papyrus.bpmn.BPMNProfile.BPMNExtension#getDefinition <em>Definition</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Definition</em>' reference.
* @see #getDefinition()
* @generated
*/
void setDefinition(ExtensionDefinition value);
} // BPMNExtension