blob: 6396ce0741c4d099c1f0b6be8a01632db58d21eb [file] [log] [blame]
/**
*/
package org.eclipse.papyrus.bpmn.BPMNProfile;
import org.eclipse.emf.common.util.EList;
import org.eclipse.uml2.uml.Property;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Correlation Property</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.papyrus.bpmn.BPMNProfile.CorrelationProperty#getBase_Property <em>Base Property</em>}</li>
* <li>{@link org.eclipse.papyrus.bpmn.BPMNProfile.CorrelationProperty#getType <em>Type</em>}</li>
* <li>{@link org.eclipse.papyrus.bpmn.BPMNProfile.CorrelationProperty#getCorrelationPropertyRetrievalExpression <em>Correlation Property Retrieval Expression</em>}</li>
* </ul>
*
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getCorrelationProperty()
* @model
* @generated
*/
public interface CorrelationProperty extends BaseElement {
/**
* Returns the value of the '<em><b>Base Property</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Base Property</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 Property</em>' reference.
* @see #setBase_Property(Property)
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getCorrelationProperty_Base_Property()
* @model required="true" ordered="false"
* @generated
*/
Property getBase_Property();
/**
* Sets the value of the '{@link org.eclipse.papyrus.bpmn.BPMNProfile.CorrelationProperty#getBase_Property <em>Base Property</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Base Property</em>' reference.
* @see #getBase_Property()
* @generated
*/
void setBase_Property(Property value);
/**
* Returns the value of the '<em><b>Type</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Type</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Type</em>' reference.
* @see #setType(ItemDefinition)
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getCorrelationProperty_Type()
* @model ordered="false"
* @generated
*/
ItemDefinition getType();
/**
* Sets the value of the '{@link org.eclipse.papyrus.bpmn.BPMNProfile.CorrelationProperty#getType <em>Type</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Type</em>' reference.
* @see #getType()
* @generated
*/
void setType(ItemDefinition value);
/**
* Returns the value of the '<em><b>Correlation Property Retrieval Expression</b></em>' reference list.
* The list contents are of type {@link org.eclipse.papyrus.bpmn.BPMNProfile.CorrelationPropertyRetrievalExpression}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Correlation Property Retrieval Expression</em>' reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Correlation Property Retrieval Expression</em>' reference list.
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getCorrelationProperty_CorrelationPropertyRetrievalExpression()
* @model required="true" ordered="false"
* @generated
*/
EList<CorrelationPropertyRetrievalExpression> getCorrelationPropertyRetrievalExpression();
} // CorrelationProperty