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

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

import javax.xml.namespace.QName;

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

/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>TParticipant</b></em>'.
 * <!-- end-user-doc -->
 *
 * <p>
 * The following features are supported:
 * <ul>
 *   <li>{@link org.omg.schema.spec.bpmn.BPMN.TParticipant#getInterfaceRef <em>Interface Ref</em>}</li>
 *   <li>{@link org.omg.schema.spec.bpmn.BPMN.TParticipant#getEndPointRef <em>End Point Ref</em>}</li>
 *   <li>{@link org.omg.schema.spec.bpmn.BPMN.TParticipant#getParticipantMultiplicity <em>Participant Multiplicity</em>}</li>
 *   <li>{@link org.omg.schema.spec.bpmn.BPMN.TParticipant#getName <em>Name</em>}</li>
 *   <li>{@link org.omg.schema.spec.bpmn.BPMN.TParticipant#getPartnerEntityRef <em>Partner Entity Ref</em>}</li>
 *   <li>{@link org.omg.schema.spec.bpmn.BPMN.TParticipant#getPartnerRoleRef <em>Partner Role Ref</em>}</li>
 *   <li>{@link org.omg.schema.spec.bpmn.BPMN.TParticipant#getProcessRef <em>Process Ref</em>}</li>
 * </ul>
 * </p>
 *
 * @see org.omg.schema.spec.bpmn.BPMN.BPMNPackage#getTParticipant()
 * @model extendedMetaData="name='tParticipant' kind='elementOnly'"
 * @generated
 */
public interface TParticipant extends TBaseElement {
  /**
   * Returns the value of the '<em><b>Interface Ref</b></em>' attribute list.
   * The list contents are of type {@link javax.xml.namespace.QName}.
   * <!-- begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Interface Ref</em>' attribute list isn't clear,
   * there really should be more of a description here...
   * </p>
   * <!-- end-user-doc -->
   * @return the value of the '<em>Interface Ref</em>' attribute list.
   * @see org.omg.schema.spec.bpmn.BPMN.BPMNPackage#getTParticipant_InterfaceRef()
   * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.QName"
   *        extendedMetaData="kind='element' name='interfaceRef' namespace='##targetNamespace'"
   * @generated
   */
  EList<QName> getInterfaceRef();

  /**
   * Returns the value of the '<em><b>End Point Ref</b></em>' attribute list.
   * The list contents are of type {@link javax.xml.namespace.QName}.
   * <!-- begin-user-doc -->
   * <p>
   * If the meaning of the '<em>End Point Ref</em>' attribute list isn't clear,
   * there really should be more of a description here...
   * </p>
   * <!-- end-user-doc -->
   * @return the value of the '<em>End Point Ref</em>' attribute list.
   * @see org.omg.schema.spec.bpmn.BPMN.BPMNPackage#getTParticipant_EndPointRef()
   * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.QName"
   *        extendedMetaData="kind='element' name='endPointRef' namespace='##targetNamespace'"
   * @generated
   */
  EList<QName> getEndPointRef();

  /**
   * Returns the value of the '<em><b>Participant Multiplicity</b></em>' containment reference.
   * <!-- begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Participant Multiplicity</em>' containment reference isn't clear,
   * there really should be more of a description here...
   * </p>
   * <!-- end-user-doc -->
   * @return the value of the '<em>Participant Multiplicity</em>' containment reference.
   * @see #setParticipantMultiplicity(TParticipantMultiplicity)
   * @see org.omg.schema.spec.bpmn.BPMN.BPMNPackage#getTParticipant_ParticipantMultiplicity()
   * @model containment="true"
   *        extendedMetaData="kind='element' name='participantMultiplicity' namespace='##targetNamespace'"
   * @generated
   */
  TParticipantMultiplicity getParticipantMultiplicity();

  /**
   * Sets the value of the '{@link org.omg.schema.spec.bpmn.BPMN.TParticipant#getParticipantMultiplicity <em>Participant Multiplicity</em>}' containment reference.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param value the new value of the '<em>Participant Multiplicity</em>' containment reference.
   * @see #getParticipantMultiplicity()
   * @generated
   */
  void setParticipantMultiplicity(TParticipantMultiplicity value);

  /**
   * Returns the value of the '<em><b>Name</b></em>' attribute.
   * <!-- begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Name</em>' attribute isn't clear,
   * there really should be more of a description here...
   * </p>
   * <!-- end-user-doc -->
   * @return the value of the '<em>Name</em>' attribute.
   * @see #setName(String)
   * @see org.omg.schema.spec.bpmn.BPMN.BPMNPackage#getTParticipant_Name()
   * @model dataType="org.eclipse.emf.ecore.xml.type.String"
   *        extendedMetaData="kind='attribute' name='name'"
   * @generated
   */
  String getName();

  /**
   * Sets the value of the '{@link org.omg.schema.spec.bpmn.BPMN.TParticipant#getName <em>Name</em>}' attribute.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param value the new value of the '<em>Name</em>' attribute.
   * @see #getName()
   * @generated
   */
  void setName(String value);

  /**
   * Returns the value of the '<em><b>Partner Entity Ref</b></em>' attribute.
   * <!-- begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Partner Entity Ref</em>' attribute isn't clear,
   * there really should be more of a description here...
   * </p>
   * <!-- end-user-doc -->
   * @return the value of the '<em>Partner Entity Ref</em>' attribute.
   * @see #setPartnerEntityRef(QName)
   * @see org.omg.schema.spec.bpmn.BPMN.BPMNPackage#getTParticipant_PartnerEntityRef()
   * @model dataType="org.eclipse.emf.ecore.xml.type.QName"
   *        extendedMetaData="kind='attribute' name='partnerEntityRef'"
   * @generated
   */
  QName getPartnerEntityRef();

  /**
   * Sets the value of the '{@link org.omg.schema.spec.bpmn.BPMN.TParticipant#getPartnerEntityRef <em>Partner Entity Ref</em>}' attribute.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param value the new value of the '<em>Partner Entity Ref</em>' attribute.
   * @see #getPartnerEntityRef()
   * @generated
   */
  void setPartnerEntityRef(QName value);

  /**
   * Returns the value of the '<em><b>Partner Role Ref</b></em>' attribute.
   * <!-- begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Partner Role Ref</em>' attribute isn't clear,
   * there really should be more of a description here...
   * </p>
   * <!-- end-user-doc -->
   * @return the value of the '<em>Partner Role Ref</em>' attribute.
   * @see #setPartnerRoleRef(QName)
   * @see org.omg.schema.spec.bpmn.BPMN.BPMNPackage#getTParticipant_PartnerRoleRef()
   * @model dataType="org.eclipse.emf.ecore.xml.type.QName"
   *        extendedMetaData="kind='attribute' name='partnerRoleRef'"
   * @generated
   */
  QName getPartnerRoleRef();

  /**
   * Sets the value of the '{@link org.omg.schema.spec.bpmn.BPMN.TParticipant#getPartnerRoleRef <em>Partner Role Ref</em>}' attribute.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param value the new value of the '<em>Partner Role Ref</em>' attribute.
   * @see #getPartnerRoleRef()
   * @generated
   */
  void setPartnerRoleRef(QName value);

  /**
   * Returns the value of the '<em><b>Process Ref</b></em>' attribute.
   * <!-- begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Process Ref</em>' attribute isn't clear,
   * there really should be more of a description here...
   * </p>
   * <!-- end-user-doc -->
   * @return the value of the '<em>Process Ref</em>' attribute.
   * @see #setProcessRef(QName)
   * @see org.omg.schema.spec.bpmn.BPMN.BPMNPackage#getTParticipant_ProcessRef()
   * @model dataType="org.eclipse.emf.ecore.xml.type.QName"
   *        extendedMetaData="kind='attribute' name='processRef'"
   * @generated
   */
  QName getProcessRef();

  /**
   * Sets the value of the '{@link org.omg.schema.spec.bpmn.BPMN.TParticipant#getProcessRef <em>Process Ref</em>}' attribute.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param value the new value of the '<em>Process Ref</em>' attribute.
   * @see #getProcessRef()
   * @generated
   */
  void setProcessRef(QName value);

} // TParticipant
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.