All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.omg.spec.bpmn.model.TThrowEvent Maven / Gradle / Ivy

/**
 * Copyright (C) 2023 BonitaSoft S.A.
 * BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 2.0 of the License, or
 * (at your option) any later version.
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU General Public License for more details.
 * You should have received a copy of the GNU General Public License
 * along with this program. If not, see .
 */
package org.omg.spec.bpmn.model;

import javax.xml.namespace.QName;

import org.eclipse.emf.common.util.EList;

import org.eclipse.emf.ecore.util.FeatureMap;

/**
 * 
 * A representation of the model object 'TThrow Event'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.omg.spec.bpmn.model.TThrowEvent#getDataInput Data Input}
  • *
  • {@link org.omg.spec.bpmn.model.TThrowEvent#getDataInputAssociation Data Input Association}
  • *
  • {@link org.omg.spec.bpmn.model.TThrowEvent#getInputSet Input Set}
  • *
  • {@link org.omg.spec.bpmn.model.TThrowEvent#getEventDefinitionGroup Event Definition Group}
  • *
  • {@link org.omg.spec.bpmn.model.TThrowEvent#getEventDefinition Event Definition}
  • *
  • {@link org.omg.spec.bpmn.model.TThrowEvent#getEventDefinitionRef Event Definition Ref}
  • *
* * @see org.omg.spec.bpmn.model.ModelPackage#getTThrowEvent() * @model abstract="true" * extendedMetaData="name='tThrowEvent' kind='elementOnly'" * @generated */ public interface TThrowEvent extends TEvent { /** * Returns the value of the 'Data Input' containment reference list. * The list contents are of type {@link org.omg.spec.bpmn.model.TDataInput}. * * * @return the value of the 'Data Input' containment reference list. * @see org.omg.spec.bpmn.model.ModelPackage#getTThrowEvent_DataInput() * @model containment="true" * extendedMetaData="kind='element' name='dataInput' namespace='##targetNamespace'" * @generated */ EList getDataInput(); /** * Returns the value of the 'Data Input Association' containment reference list. * The list contents are of type {@link org.omg.spec.bpmn.model.TDataInputAssociation}. * * * @return the value of the 'Data Input Association' containment reference list. * @see org.omg.spec.bpmn.model.ModelPackage#getTThrowEvent_DataInputAssociation() * @model containment="true" * extendedMetaData="kind='element' name='dataInputAssociation' namespace='##targetNamespace'" * @generated */ EList getDataInputAssociation(); /** * Returns the value of the 'Input Set' containment reference. * * * @return the value of the 'Input Set' containment reference. * @see #setInputSet(TInputSet) * @see org.omg.spec.bpmn.model.ModelPackage#getTThrowEvent_InputSet() * @model containment="true" * extendedMetaData="kind='element' name='inputSet' namespace='##targetNamespace'" * @generated */ TInputSet getInputSet(); /** * Sets the value of the '{@link org.omg.spec.bpmn.model.TThrowEvent#getInputSet Input Set}' containment reference. * * * @param value the new value of the 'Input Set' containment reference. * @see #getInputSet() * @generated */ void setInputSet(TInputSet value); /** * Returns the value of the 'Event Definition Group' attribute list. * The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}. * * * @return the value of the 'Event Definition Group' attribute list. * @see org.omg.spec.bpmn.model.ModelPackage#getTThrowEvent_EventDefinitionGroup() * @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" * extendedMetaData="kind='group' name='eventDefinition:group' namespace='##targetNamespace'" * @generated */ FeatureMap getEventDefinitionGroup(); /** * Returns the value of the 'Event Definition' containment reference list. * The list contents are of type {@link org.omg.spec.bpmn.model.TEventDefinition}. * * * @return the value of the 'Event Definition' containment reference list. * @see org.omg.spec.bpmn.model.ModelPackage#getTThrowEvent_EventDefinition() * @model containment="true" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='eventDefinition' namespace='##targetNamespace' group='eventDefinition:group'" * @generated */ EList getEventDefinition(); /** * Returns the value of the 'Event Definition Ref' attribute list. * The list contents are of type {@link javax.xml.namespace.QName}. * * * @return the value of the 'Event Definition Ref' attribute list. * @see org.omg.spec.bpmn.model.ModelPackage#getTThrowEvent_EventDefinitionRef() * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.QName" * extendedMetaData="kind='element' name='eventDefinitionRef' namespace='##targetNamespace'" * @generated */ EList getEventDefinitionRef(); } // TThrowEvent




© 2015 - 2025 Weber Informatics LLC | Privacy Policy