org.eclipse.bpmn2.DataInput 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 'Data Input'.
*
*
*
* The following features are supported:
*
*
* - {@link org.eclipse.bpmn2.DataInput#getInputSetWithOptional Input Set With Optional}
* - {@link org.eclipse.bpmn2.DataInput#getInputSetWithWhileExecuting Input Set With While Executing}
* - {@link org.eclipse.bpmn2.DataInput#getInputSetRefs Input Set Refs}
* - {@link org.eclipse.bpmn2.DataInput#isIsCollection Is Collection}
* - {@link org.eclipse.bpmn2.DataInput#getName Name}
*
*
* @see org.eclipse.bpmn2.Bpmn2Package#getDataInput()
* @model extendedMetaData="name='tDataInput' kind='elementOnly'"
* @generated
*/
public interface DataInput extends ItemAwareElement {
/**
* Returns the value of the 'Input Set With Optional' reference list.
* The list contents are of type {@link org.eclipse.bpmn2.InputSet}.
* It is bidirectional and its opposite is '{@link org.eclipse.bpmn2.InputSet#getOptionalInputRefs Optional Input Refs}'.
*
*
* @return the value of the 'Input Set With Optional' reference list.
* @see org.eclipse.bpmn2.Bpmn2Package#getDataInput_InputSetWithOptional()
* @see org.eclipse.bpmn2.InputSet#getOptionalInputRefs
* @model opposite="optionalInputRefs" transient="true" derived="true" ordered="false"
* @generated
*/
EList getInputSetWithOptional();
/**
* Returns the value of the 'Input Set With While Executing' reference list.
* The list contents are of type {@link org.eclipse.bpmn2.InputSet}.
* It is bidirectional and its opposite is '{@link org.eclipse.bpmn2.InputSet#getWhileExecutingInputRefs While Executing Input Refs}'.
*
*
* @return the value of the 'Input Set With While Executing' reference list.
* @see org.eclipse.bpmn2.Bpmn2Package#getDataInput_InputSetWithWhileExecuting()
* @see org.eclipse.bpmn2.InputSet#getWhileExecutingInputRefs
* @model opposite="whileExecutingInputRefs" transient="true" derived="true" ordered="false"
* @generated
*/
EList getInputSetWithWhileExecuting();
/**
* Returns the value of the 'Input Set Refs' reference list.
* The list contents are of type {@link org.eclipse.bpmn2.InputSet}.
* It is bidirectional and its opposite is '{@link org.eclipse.bpmn2.InputSet#getDataInputRefs Data Input Refs}'.
*
*
* @return the value of the 'Input Set Refs' reference list.
* @see org.eclipse.bpmn2.Bpmn2Package#getDataInput_InputSetRefs()
* @see org.eclipse.bpmn2.InputSet#getDataInputRefs
* @model opposite="dataInputRefs" required="true" transient="true" derived="true" ordered="false"
* @generated
*/
EList getInputSetRefs();
/**
* Returns the value of the 'Is Collection' attribute.
* The default value is "false"
.
*
*
* @return the value of the 'Is Collection' attribute.
* @see #setIsCollection(boolean)
* @see org.eclipse.bpmn2.Bpmn2Package#getDataInput_IsCollection()
* @model default="false" required="true" ordered="false"
* extendedMetaData="kind='attribute' name='isCollection'"
* @generated
*/
boolean isIsCollection();
/**
* Sets the value of the '{@link org.eclipse.bpmn2.DataInput#isIsCollection Is Collection}' attribute.
*
*
* @param value the new value of the 'Is Collection' attribute.
* @see #isIsCollection()
* @generated
*/
void setIsCollection(boolean value);
/**
* Returns the value of the 'Name' attribute.
*
*
* @return the value of the 'Name' attribute.
* @see #setName(String)
* @see org.eclipse.bpmn2.Bpmn2Package#getDataInput_Name()
* @model ordered="false"
* extendedMetaData="kind='attribute' name='name'"
* @generated
*/
String getName();
/**
* Sets the value of the '{@link org.eclipse.bpmn2.DataInput#getName Name}' attribute.
*
*
* @param value the new value of the 'Name' attribute.
* @see #getName()
* @generated
*/
void setName(String value);
} // DataInput
© 2015 - 2025 Weber Informatics LLC | Privacy Policy