MessageExchange.java :  » ESB » cbesb-1.2 » com » bostechcorp » cbesb » ui » componentflow » componentFlowEditor » Java Open Source

Java Open Source » ESB » cbesb 1.2 
cbesb 1.2 » com » bostechcorp » cbesb » ui » componentflow » componentFlowEditor » MessageExchange.java
/**
 * <copyright>
 * </copyright>
 *
 * $Id: MessageExchange.java 251 2006-08-18 01:00:08Z mpreston $
 */
package com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor;

import org.eclipse.emf.ecore.EObject;

/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Message Exchange</b></em>'.
 * <!-- end-user-doc -->
 *
 * <p>
 * The following features are supported:
 * <ul>
 *   <li>{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.MessageExchange#getLabel <em>Label</em>}</li>
 *   <li>{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.MessageExchange#getTimeout <em>Timeout</em>}</li>
 *   <li>{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.MessageExchange#getOperation <em>Operation</em>}</li>
 *   <li>{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.MessageExchange#getSourceElement <em>Source Element</em>}</li>
 *   <li>{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.MessageExchange#getTargetElement <em>Target Element</em>}</li>
 *   <li>{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.MessageExchange#getExpression <em>Expression</em>}</li>
 *   <li>{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.MessageExchange#getType <em>Type</em>}</li>
 * </ul>
 * </p>
 *
 * @see com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.componentflowPackage#getMessageExchange()
 * @model
 * @generated
 */
public interface MessageExchange extends EObject {
  /**
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  String copyright = "Copyright, Bostech Corp.";

  /**
   * Returns the value of the '<em><b>Label</b></em>' attribute.
   * The default value is <code>""</code>.
   * <!-- begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Label</em>' attribute isn't clear,
   * there really should be more of a description here...
   * </p>
   * <!-- end-user-doc -->
   * @return the value of the '<em>Label</em>' attribute.
   * @see #setLabel(String)
   * @see com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.componentflowPackage#getMessageExchange_Label()
   * @model default=""
   *        extendedMetaData="kind='attribute' name='order'"
   * @generated
   */
  String getLabel();

  /**
   * Sets the value of the '{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.MessageExchange#getLabel <em>Label</em>}' attribute.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param value the new value of the '<em>Label</em>' attribute.
   * @see #getLabel()
   * @generated
   */
  void setLabel(String value);

  /**
   * Returns the value of the '<em><b>Timeout</b></em>' attribute.
   * The default value is <code>"-1"</code>.
   * <!-- begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Timeout</em>' attribute isn't clear,
   * there really should be more of a description here...
   * </p>
   * <!-- end-user-doc -->
   * @return the value of the '<em>Timeout</em>' attribute.
   * @see #setTimeout(int)
   * @see com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.componentflowPackage#getMessageExchange_Timeout()
   * @model default="-1"
   * @generated
   */
  int getTimeout();

  /**
   * Sets the value of the '{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.MessageExchange#getTimeout <em>Timeout</em>}' attribute.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param value the new value of the '<em>Timeout</em>' attribute.
   * @see #getTimeout()
   * @generated
   */
  void setTimeout(int value);

  /**
   * Returns the value of the '<em><b>Operation</b></em>' attribute.
   * <!-- begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Operation</em>' attribute isn't clear,
   * there really should be more of a description here...
   * </p>
   * <!-- end-user-doc -->
   * @return the value of the '<em>Operation</em>' attribute.
   * @see #setOperation(String)
   * @see com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.componentflowPackage#getMessageExchange_Operation()
   * @model
   * @generated
   */
  String getOperation();

  /**
   * Sets the value of the '{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.MessageExchange#getOperation <em>Operation</em>}' attribute.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param value the new value of the '<em>Operation</em>' attribute.
   * @see #getOperation()
   * @generated
   */
  void setOperation(String value);

  /**
   * Returns the value of the '<em><b>Source Element</b></em>' reference.
   * <!-- begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Source Element</em>' reference isn't clear,
   * there really should be more of a description here...
   * </p>
   * <!-- end-user-doc -->
   * @return the value of the '<em>Source Element</em>' reference.
   * @see #setSourceElement(BaseElement)
   * @see com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.componentflowPackage#getMessageExchange_SourceElement()
   * @model
   * @generated
   */
  BaseElement getSourceElement();

  /**
   * Sets the value of the '{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.MessageExchange#getSourceElement <em>Source Element</em>}' reference.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param value the new value of the '<em>Source Element</em>' reference.
   * @see #getSourceElement()
   * @generated
   */
  void setSourceElement(BaseElement value);

  /**
   * Returns the value of the '<em><b>Target Element</b></em>' reference.
   * <!-- begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Target Element</em>' reference isn't clear,
   * there really should be more of a description here...
   * </p>
   * <!-- end-user-doc -->
   * @return the value of the '<em>Target Element</em>' reference.
   * @see #setTargetElement(BaseElement)
   * @see com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.componentflowPackage#getMessageExchange_TargetElement()
   * @model
   * @generated
   */
  BaseElement getTargetElement();

  /**
   * Sets the value of the '{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.MessageExchange#getTargetElement <em>Target Element</em>}' reference.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param value the new value of the '<em>Target Element</em>' reference.
   * @see #getTargetElement()
   * @generated
   */
  void setTargetElement(BaseElement value);

  /**
   * Returns the value of the '<em><b>Expression</b></em>' attribute.
   * <!-- begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Expression</em>' attribute isn't clear,
   * there really should be more of a description here...
   * </p>
   * <!-- end-user-doc -->
   * @return the value of the '<em>Expression</em>' attribute.
   * @see #setExpression(String)
   * @see com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.componentflowPackage#getMessageExchange_Expression()
   * @model
   * @generated
   */
  String getExpression();

  /**
   * Sets the value of the '{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.MessageExchange#getExpression <em>Expression</em>}' attribute.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param value the new value of the '<em>Expression</em>' attribute.
   * @see #getExpression()
   * @generated
   */
  void setExpression(String value);

  /**
   * Returns the value of the '<em><b>Type</b></em>' attribute.
   * The default value is <code>"Exact"</code>.
   * The literals are from the enumeration {@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.RegularType}.
   * <!-- begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Type</em>' attribute isn't clear,
   * there really should be more of a description here...
   * </p>
   * <!-- end-user-doc -->
   * @return the value of the '<em>Type</em>' attribute.
   * @see com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.RegularType
   * @see #setType(RegularType)
   * @see com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.componentflowPackage#getMessageExchange_Type()
   * @model default="Exact"
   * @generated
   */
  RegularType getType();

  /**
   * Sets the value of the '{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.MessageExchange#getType <em>Type</em>}' attribute.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param value the new value of the '<em>Type</em>' attribute.
   * @see com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.RegularType
   * @see #getType()
   * @generated
   */
  void setType(RegularType value);

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