TCorrelationProperty.java :  » Library » bonita » org » omg » schema » spec » bpmn » BPMN » Java Open Source

Java Open Source » Library » bonita 
bonita » org » omg » schema » spec » bpmn » BPMN » TCorrelationProperty.java
/**
 * <copyright>
 * </copyright>
 *
 * $Id$
 */
package org.omg.schema.spec.bpmn.BPMN;

import org.eclipse.emf.common.util.EList;

/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>TCorrelation Property</b></em>'.
 * <!-- end-user-doc -->
 *
 * <p>
 * The following features are supported:
 * <ul>
 *   <li>{@link org.omg.schema.spec.bpmn.BPMN.TCorrelationProperty#getCorrelationPropertyRetrievalExpression <em>Correlation Property Retrieval Expression</em>}</li>
 * </ul>
 * </p>
 *
 * @see org.omg.schema.spec.bpmn.BPMN.BPMNPackage#getTCorrelationProperty()
 * @model extendedMetaData="name='tCorrelationProperty' kind='elementOnly'"
 * @generated
 */
public interface TCorrelationProperty extends TRootElement {
  /**
   * Returns the value of the '<em><b>Correlation Property Retrieval Expression</b></em>' containment reference list.
   * The list contents are of type {@link org.omg.schema.spec.bpmn.BPMN.TCorrelationPropertyRetrievalExpression}.
   * <!-- begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Correlation Property Retrieval Expression</em>' containment 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>' containment reference list.
   * @see org.omg.schema.spec.bpmn.BPMN.BPMNPackage#getTCorrelationProperty_CorrelationPropertyRetrievalExpression()
   * @model containment="true" required="true"
   *        extendedMetaData="kind='element' name='correlationPropertyRetrievalExpression' namespace='##targetNamespace'"
   * @generated
   */
  EList<TCorrelationPropertyRetrievalExpression> getCorrelationPropertyRetrievalExpression();

} // TCorrelationProperty
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.