blob: 189072323075510c395c7a2a4e41fed01ee0706b [file] [log] [blame]
/**
*/
package org.eclipse.papyrus.bpmn.BPMNProfile;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.uml2.uml.Element;
import org.eclipse.uml2.uml.Slot;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Extension Attribute Value</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.papyrus.bpmn.BPMNProfile.ExtensionAttributeValue#getBase_Slot <em>Base Slot</em>}</li>
* <li>{@link org.eclipse.papyrus.bpmn.BPMNProfile.ExtensionAttributeValue#getValueRef <em>Value Ref</em>}</li>
* <li>{@link org.eclipse.papyrus.bpmn.BPMNProfile.ExtensionAttributeValue#getExtensionAttributeDefinition <em>Extension Attribute Definition</em>}</li>
* </ul>
*
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getExtensionAttributeValue()
* @model
* @generated
*/
public interface ExtensionAttributeValue extends EObject {
/**
* Returns the value of the '<em><b>Base Slot</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Base Slot</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 Slot</em>' reference.
* @see #setBase_Slot(Slot)
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getExtensionAttributeValue_Base_Slot()
* @model required="true" ordered="false"
* @generated
*/
Slot getBase_Slot();
/**
* Sets the value of the '{@link org.eclipse.papyrus.bpmn.BPMNProfile.ExtensionAttributeValue#getBase_Slot <em>Base Slot</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Base Slot</em>' reference.
* @see #getBase_Slot()
* @generated
*/
void setBase_Slot(Slot value);
/**
* Returns the value of the '<em><b>Value Ref</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Value Ref</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Value Ref</em>' reference.
* @see #setValueRef(Element)
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getExtensionAttributeValue_ValueRef()
* @model ordered="false"
* @generated
*/
Element getValueRef();
/**
* Sets the value of the '{@link org.eclipse.papyrus.bpmn.BPMNProfile.ExtensionAttributeValue#getValueRef <em>Value Ref</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Value Ref</em>' reference.
* @see #getValueRef()
* @generated
*/
void setValueRef(Element value);
/**
* Returns the value of the '<em><b>Extension Attribute Definition</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Extension Attribute 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>Extension Attribute Definition</em>' reference.
* @see #setExtensionAttributeDefinition(ExtensionAttributeDefinition)
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getExtensionAttributeValue_ExtensionAttributeDefinition()
* @model required="true" ordered="false"
* @generated
*/
ExtensionAttributeDefinition getExtensionAttributeDefinition();
/**
* Sets the value of the '{@link org.eclipse.papyrus.bpmn.BPMNProfile.ExtensionAttributeValue#getExtensionAttributeDefinition <em>Extension Attribute Definition</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Extension Attribute Definition</em>' reference.
* @see #getExtensionAttributeDefinition()
* @generated
*/
void setExtensionAttributeDefinition(ExtensionAttributeDefinition value);
} // ExtensionAttributeValue