blob: 491e9f8a5e9795d57e9a9eb371e7c71d61021a8d [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008 IBM Corporation, University of Stuttgart (IAAS) and others.
* 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
*
* Contributors:
* IBM Corporation, University of Stuttgart (IAAS) - initial API and implementation
*******************************************************************************/
package org.eclipse.bpel.apache.ode.deploy.model.dd;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>TDeployment</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.bpel.apache.ode.deploy.model.dd.TDeployment#getProcess <em>Process</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.bpel.apache.ode.deploy.model.dd.ddPackage#getTDeployment()
* @model extendedMetaData="name='tDeployment' kind='elementOnly'"
* @generated
*/
public interface TDeployment extends EObject {
/**
* Returns the value of the '<em><b>Process</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.bpel.apache.ode.deploy.model.dd.ProcessType}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Process</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>Process</em>' containment reference list.
* @see org.eclipse.bpel.apache.ode.deploy.model.dd.ddPackage#getTDeployment_Process()
* @model containment="true"
* extendedMetaData="kind='element' name='process' namespace='##targetNamespace'"
* @generated
*/
EList<ProcessType> getProcess();
} // TDeployment