blob: e2c2eb1c8fa9d276f6891df5f53650ecaad6d6f1 [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>TEnable Event List</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.bpel.apache.ode.deploy.model.dd.TEnableEventList#getEnableEvent <em>Enable Event</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.bpel.apache.ode.deploy.model.dd.ddPackage#getTEnableEventList()
* @model extendedMetaData="name='tEnableEventList' kind='elementOnly'"
* @generated
*/
public interface TEnableEventList extends EObject {
/**
* Returns the value of the '<em><b>Enable Event</b></em>' attribute list.
* The list contents are of type {@link java.lang.String}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Enable Event</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>Enable Event</em>' attribute list.
* @see org.eclipse.bpel.apache.ode.deploy.model.dd.ddPackage#getTEnableEventList_EnableEvent()
* @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
* extendedMetaData="kind='element' name='enable-event' namespace='##targetNamespace'"
* @generated
*/
EList<String> getEnableEvent();
} // TEnableEventList