org.eclipse.bpmn2.CatchEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kie-wb-common-stunner-bpmn-emf Show documentation
Show all versions of kie-wb-common-stunner-bpmn-emf Show documentation
Kie Workbench - Common - Stunner - BPMN Definition Set - GWT Support for Eclipse EMF/XMI
/**
*
*
* Copyright (c) 2010 SAP AG.
* 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:
* Reiner Hille-Doering (SAP AG) - initial API and implementation and/or initial documentation
*
*
*/
package org.eclipse.bpmn2;
import org.eclipse.emf.common.util.EList;
/**
*
* A representation of the model object 'Catch Event'.
*
*
*
* The following features are supported:
*
*
* - {@link org.eclipse.bpmn2.CatchEvent#getDataOutputs Data Outputs}
* - {@link org.eclipse.bpmn2.CatchEvent#getDataOutputAssociation Data Output Association}
* - {@link org.eclipse.bpmn2.CatchEvent#getOutputSet Output Set}
* - {@link org.eclipse.bpmn2.CatchEvent#getEventDefinitions Event Definitions}
* - {@link org.eclipse.bpmn2.CatchEvent#getEventDefinitionRefs Event Definition Refs}
* - {@link org.eclipse.bpmn2.CatchEvent#isParallelMultiple Parallel Multiple}
*
*
* @see org.eclipse.bpmn2.Bpmn2Package#getCatchEvent()
* @model abstract="true"
* extendedMetaData="name='tCatchEvent' kind='elementOnly'"
* @generated
*/
public interface CatchEvent extends Event {
/**
* Returns the value of the 'Data Outputs' containment reference list.
* The list contents are of type {@link org.eclipse.bpmn2.DataOutput}.
*
*
* @return the value of the 'Data Outputs' containment reference list.
* @see org.eclipse.bpmn2.Bpmn2Package#getCatchEvent_DataOutputs()
* @model containment="true" ordered="false"
* extendedMetaData="kind='element' name='dataOutput' namespace='http://www.omg.org/spec/BPMN/20100524/MODEL'"
* @generated
*/
EList getDataOutputs();
/**
* Returns the value of the 'Data Output Association' containment reference list.
* The list contents are of type {@link org.eclipse.bpmn2.DataOutputAssociation}.
*
*
* @return the value of the 'Data Output Association' containment reference list.
* @see org.eclipse.bpmn2.Bpmn2Package#getCatchEvent_DataOutputAssociation()
* @model containment="true" ordered="false"
* extendedMetaData="kind='element' name='dataOutputAssociation' namespace='http://www.omg.org/spec/BPMN/20100524/MODEL'"
* @generated
*/
EList getDataOutputAssociation();
/**
* Returns the value of the 'Output Set' containment reference.
*
*
* @return the value of the 'Output Set' containment reference.
* @see #setOutputSet(OutputSet)
* @see org.eclipse.bpmn2.Bpmn2Package#getCatchEvent_OutputSet()
* @model containment="true" ordered="false"
* extendedMetaData="kind='element' name='outputSet' namespace='http://www.omg.org/spec/BPMN/20100524/MODEL'"
* @generated
*/
OutputSet getOutputSet();
/**
* Sets the value of the '{@link org.eclipse.bpmn2.CatchEvent#getOutputSet Output Set}' containment reference.
*
*
* @param value the new value of the 'Output Set' containment reference.
* @see #getOutputSet()
* @generated
*/
void setOutputSet(OutputSet value);
/**
* Returns the value of the 'Event Definitions' containment reference list.
* The list contents are of type {@link org.eclipse.bpmn2.EventDefinition}.
*
*
* @return the value of the 'Event Definitions' containment reference list.
* @see org.eclipse.bpmn2.Bpmn2Package#getCatchEvent_EventDefinitions()
* @model containment="true" ordered="false"
* extendedMetaData="kind='element' name='eventDefinition' namespace='http://www.omg.org/spec/BPMN/20100524/MODEL' group='http://www.omg.org/spec/BPMN/20100524/MODEL#eventDefinition'"
* @generated
*/
EList getEventDefinitions();
/**
* Returns the value of the 'Event Definition Refs' reference list.
* The list contents are of type {@link org.eclipse.bpmn2.EventDefinition}.
*
*
* @return the value of the 'Event Definition Refs' reference list.
* @see org.eclipse.bpmn2.Bpmn2Package#getCatchEvent_EventDefinitionRefs()
* @model ordered="false"
* extendedMetaData="kind='element' name='eventDefinitionRef' namespace='http://www.omg.org/spec/BPMN/20100524/MODEL'"
* @generated
*/
EList getEventDefinitionRefs();
/**
* Returns the value of the 'Parallel Multiple' attribute.
*
*
* @return the value of the 'Parallel Multiple' attribute.
* @see #setParallelMultiple(boolean)
* @see org.eclipse.bpmn2.Bpmn2Package#getCatchEvent_ParallelMultiple()
* @model required="true" ordered="false"
* extendedMetaData="kind='attribute' name='parallelMultiple'"
* @generated
*/
boolean isParallelMultiple();
/**
* Sets the value of the '{@link org.eclipse.bpmn2.CatchEvent#isParallelMultiple Parallel Multiple}' attribute.
*
*
* @param value the new value of the 'Parallel Multiple' attribute.
* @see #isParallelMultiple()
* @generated
*/
void setParallelMultiple(boolean value);
} // CatchEvent
© 2015 - 2025 Weber Informatics LLC | Privacy Policy