blob: 12c9ed119881b7b587b95503ca76f9a0d8a34300 [file] [log] [blame]
/***********************************************************************************************************************
* Copyright (c) 2010 Attensity Europe GmbH.
* All rights reserved.
* This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html
**********************************************************************************************************************/
package org.eclipse.smila.processing.designer.model.processor;
import org.eclipse.bpel.model.ExtensionActivity;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Invoke Service</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.smila.processing.designer.model.processor.InvokeService#getService <em>Service</em>}</li>
* <li>{@link org.eclipse.smila.processing.designer.model.processor.InvokeService#getVariables <em>Variables</em>}</li>
* <li>{@link org.eclipse.smila.processing.designer.model.processor.InvokeService#getSetAnnotations <em>Set Annotations</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.smila.processing.designer.model.processor.ProcessorPackage#getInvokeService()
* @model
* @generated
*/
public interface InvokeService extends ExtensionActivity
{
/**
* Returns the value of the '<em><b>Service</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Service</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>Service</em>' containment reference.
* @see org.eclipse.smila.processing.designer.model.processor.ProcessorPackage#getInvokeService_Service()
* @model containment="true" required="true" changeable="false" ordered="false"
* @generated
*/
Service getService();
/**
* Returns the value of the '<em><b>Variables</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Variables</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>Variables</em>' containment reference.
* @see org.eclipse.smila.processing.designer.model.processor.ProcessorPackage#getInvokeService_Variables()
* @model containment="true" required="true" changeable="false" ordered="false"
* @generated
*/
Variables getVariables();
/**
* Returns the value of the '<em><b>Set Annotations</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Set Annotations</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Set Annotations</em>' containment reference.
* @see org.eclipse.smila.processing.designer.model.processor.ProcessorPackage#getInvokeService_SetAnnotations()
* @model containment="true" changeable="false"
* @generated
*/
SetAnnotations getSetAnnotations();
} // InvokeService