org.omg.bpmn.bpmn2.Definitions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.omg.bpmn.model Show documentation
Show all versions of org.omg.bpmn.model Show documentation
Ecore and generated code for org.omg.bpmn2
The newest version!
/*
* Copyright (c) 2012 - 2024 Data In Motion and others.
* All rights reserved.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Mark Hoffmann - initial API and implementation
*/
package org.omg.bpmn.bpmn2;
import org.eclipse.emf.common.util.EList;
import org.omg.bpmn.di.BPMNDiagram;
import org.osgi.annotation.versioning.ProviderType;
/**
*
* A representation of the model object 'Definitions'.
*
*
*
* The following features are supported:
*
*
* - {@link org.omg.bpmn.bpmn2.Definitions#getImports Imports}
* - {@link org.omg.bpmn.bpmn2.Definitions#getExtensions Extensions}
* - {@link org.omg.bpmn.bpmn2.Definitions#getRootElements Root Elements}
* - {@link org.omg.bpmn.bpmn2.Definitions#getDiagrams Diagrams}
* - {@link org.omg.bpmn.bpmn2.Definitions#getRelationships Relationships}
* - {@link org.omg.bpmn.bpmn2.Definitions#getExporter Exporter}
* - {@link org.omg.bpmn.bpmn2.Definitions#getExporterVersion Exporter Version}
* - {@link org.omg.bpmn.bpmn2.Definitions#getExpressionLanguage Expression Language}
* - {@link org.omg.bpmn.bpmn2.Definitions#getName Name}
* - {@link org.omg.bpmn.bpmn2.Definitions#getTargetNamespace Target Namespace}
* - {@link org.omg.bpmn.bpmn2.Definitions#getTypeLanguage Type Language}
*
*
* @see org.omg.bpmn.bpmn2.Bpmn2Package#getDefinitions()
* @model extendedMetaData="name='tDefinitions' kind='elementOnly'"
* @generated
*/
@ProviderType
public interface Definitions extends BaseElement {
/**
* Returns the value of the 'Imports' containment reference list.
* The list contents are of type {@link org.omg.bpmn.bpmn2.Import}.
*
*
* @return the value of the 'Imports' containment reference list.
* @see org.omg.bpmn.bpmn2.Bpmn2Package#getDefinitions_Imports()
* @model containment="true" ordered="false"
* extendedMetaData="kind='element' name='import' namespace='http://www.omg.org/spec/BPMN/20100524/MODEL'"
* @generated
*/
EList getImports();
/**
* Returns the value of the 'Extensions' containment reference list.
* The list contents are of type {@link org.omg.bpmn.bpmn2.Extension}.
*
*
* @return the value of the 'Extensions' containment reference list.
* @see org.omg.bpmn.bpmn2.Bpmn2Package#getDefinitions_Extensions()
* @model containment="true" ordered="false"
* extendedMetaData="kind='element' name='extension' namespace='http://www.omg.org/spec/BPMN/20100524/MODEL'"
* @generated
*/
EList getExtensions();
/**
* Returns the value of the 'Root Elements' containment reference list.
* The list contents are of type {@link org.omg.bpmn.bpmn2.RootElement}.
*
*
* @return the value of the 'Root Elements' containment reference list.
* @see org.omg.bpmn.bpmn2.Bpmn2Package#getDefinitions_RootElements()
* @model containment="true" ordered="false"
* extendedMetaData="kind='element' name='rootElement' namespace='http://www.omg.org/spec/BPMN/20100524/MODEL' group='http://www.omg.org/spec/BPMN/20100524/MODEL#rootElement'"
* @generated
*/
EList getRootElements();
/**
* Returns the value of the 'Diagrams' containment reference list.
* The list contents are of type {@link org.omg.bpmn.di.BPMNDiagram}.
*
*
* @return the value of the 'Diagrams' containment reference list.
* @see org.omg.bpmn.bpmn2.Bpmn2Package#getDefinitions_Diagrams()
* @model containment="true" ordered="false"
* extendedMetaData="kind='element' name='BPMNDiagram' namespace='http://www.omg.org/spec/BPMN/20100524/DI'"
* @generated
*/
EList getDiagrams();
/**
* Returns the value of the 'Relationships' containment reference list.
* The list contents are of type {@link org.omg.bpmn.bpmn2.Relationship}.
*
*
* @return the value of the 'Relationships' containment reference list.
* @see org.omg.bpmn.bpmn2.Bpmn2Package#getDefinitions_Relationships()
* @model containment="true" ordered="false"
* extendedMetaData="kind='element' name='relationship' namespace='http://www.omg.org/spec/BPMN/20100524/MODEL'"
* @generated
*/
EList getRelationships();
/**
* Returns the value of the 'Exporter' attribute.
*
*
* @return the value of the 'Exporter' attribute.
* @see #setExporter(String)
* @see org.omg.bpmn.bpmn2.Bpmn2Package#getDefinitions_Exporter()
* @model ordered="false"
* extendedMetaData="kind='attribute' name='exporter'"
* @generated
*/
String getExporter();
/**
* Sets the value of the '{@link org.omg.bpmn.bpmn2.Definitions#getExporter Exporter}' attribute.
*
*
* @param value the new value of the 'Exporter' attribute.
* @see #getExporter()
* @generated
*/
void setExporter(String value);
/**
* Returns the value of the 'Exporter Version' attribute.
*
*
* @return the value of the 'Exporter Version' attribute.
* @see #setExporterVersion(String)
* @see org.omg.bpmn.bpmn2.Bpmn2Package#getDefinitions_ExporterVersion()
* @model ordered="false"
* extendedMetaData="kind='attribute' name='exporterVersion'"
* @generated
*/
String getExporterVersion();
/**
* Sets the value of the '{@link org.omg.bpmn.bpmn2.Definitions#getExporterVersion Exporter Version}' attribute.
*
*
* @param value the new value of the 'Exporter Version' attribute.
* @see #getExporterVersion()
* @generated
*/
void setExporterVersion(String value);
/**
* Returns the value of the 'Expression Language' attribute.
* The default value is "http://www.w3.org/1999/XPath"
.
*
*
* @return the value of the 'Expression Language' attribute.
* @see #setExpressionLanguage(String)
* @see org.omg.bpmn.bpmn2.Bpmn2Package#getDefinitions_ExpressionLanguage()
* @model default="http://www.w3.org/1999/XPath" ordered="false"
* extendedMetaData="kind='attribute' name='expressionLanguage'"
* @generated
*/
String getExpressionLanguage();
/**
* Sets the value of the '{@link org.omg.bpmn.bpmn2.Definitions#getExpressionLanguage Expression Language}' attribute.
*
*
* @param value the new value of the 'Expression Language' attribute.
* @see #getExpressionLanguage()
* @generated
*/
void setExpressionLanguage(String value);
/**
* Returns the value of the 'Name' attribute.
*
*
* @return the value of the 'Name' attribute.
* @see #setName(String)
* @see org.omg.bpmn.bpmn2.Bpmn2Package#getDefinitions_Name()
* @model ordered="false"
* extendedMetaData="kind='attribute' name='name'"
* @generated
*/
String getName();
/**
* Sets the value of the '{@link org.omg.bpmn.bpmn2.Definitions#getName Name}' attribute.
*
*
* @param value the new value of the 'Name' attribute.
* @see #getName()
* @generated
*/
void setName(String value);
/**
* Returns the value of the 'Target Namespace' attribute.
*
*
* @return the value of the 'Target Namespace' attribute.
* @see #setTargetNamespace(String)
* @see org.omg.bpmn.bpmn2.Bpmn2Package#getDefinitions_TargetNamespace()
* @model required="true" ordered="false"
* extendedMetaData="kind='attribute' name='targetNamespace'"
* @generated
*/
String getTargetNamespace();
/**
* Sets the value of the '{@link org.omg.bpmn.bpmn2.Definitions#getTargetNamespace Target Namespace}' attribute.
*
*
* @param value the new value of the 'Target Namespace' attribute.
* @see #getTargetNamespace()
* @generated
*/
void setTargetNamespace(String value);
/**
* Returns the value of the 'Type Language' attribute.
* The default value is "http://www.w3.org/2001/XMLSchema"
.
*
*
* @return the value of the 'Type Language' attribute.
* @see #setTypeLanguage(String)
* @see org.omg.bpmn.bpmn2.Bpmn2Package#getDefinitions_TypeLanguage()
* @model default="http://www.w3.org/2001/XMLSchema" ordered="false"
* extendedMetaData="kind='attribute' name='typeLanguage'"
* @generated
*/
String getTypeLanguage();
/**
* Sets the value of the '{@link org.omg.bpmn.bpmn2.Definitions#getTypeLanguage Type Language}' attribute.
*
*
* @param value the new value of the 'Type Language' attribute.
* @see #getTypeLanguage()
* @generated
*/
void setTypeLanguage(String value);
} // Definitions