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

org.eclipse.bpmn2.Definitions Maven / Gradle / Ivy

There is a newer version: 7.54.0.Final
Show newest version
/**
 * 
 * 
 * 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.bpmn2.di.BPMNDiagram;

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

/**
 * 
 * A representation of the model object 'Definitions'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.eclipse.bpmn2.Definitions#getImports Imports}
  • *
  • {@link org.eclipse.bpmn2.Definitions#getExtensions Extensions}
  • *
  • {@link org.eclipse.bpmn2.Definitions#getRootElements Root Elements}
  • *
  • {@link org.eclipse.bpmn2.Definitions#getDiagrams Diagrams}
  • *
  • {@link org.eclipse.bpmn2.Definitions#getRelationships Relationships}
  • *
  • {@link org.eclipse.bpmn2.Definitions#getExporter Exporter}
  • *
  • {@link org.eclipse.bpmn2.Definitions#getExporterVersion Exporter Version}
  • *
  • {@link org.eclipse.bpmn2.Definitions#getExpressionLanguage Expression Language}
  • *
  • {@link org.eclipse.bpmn2.Definitions#getName Name}
  • *
  • {@link org.eclipse.bpmn2.Definitions#getTargetNamespace Target Namespace}
  • *
  • {@link org.eclipse.bpmn2.Definitions#getTypeLanguage Type Language}
  • *
* * @see org.eclipse.bpmn2.Bpmn2Package#getDefinitions() * @model extendedMetaData="name='tDefinitions' kind='elementOnly'" * @generated */ public interface Definitions extends BaseElement { /** * Returns the value of the 'Imports' containment reference list. * The list contents are of type {@link org.eclipse.bpmn2.Import}. * * * @return the value of the 'Imports' containment reference list. * @see org.eclipse.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.eclipse.bpmn2.Extension}. * * * @return the value of the 'Extensions' containment reference list. * @see org.eclipse.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.eclipse.bpmn2.RootElement}. * * * @return the value of the 'Root Elements' containment reference list. * @see org.eclipse.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.eclipse.bpmn2.di.BPMNDiagram}. * * * @return the value of the 'Diagrams' containment reference list. * @see org.eclipse.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.eclipse.bpmn2.Relationship}. * * * @return the value of the 'Relationships' containment reference list. * @see org.eclipse.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.eclipse.bpmn2.Bpmn2Package#getDefinitions_Exporter() * @model required="true" ordered="false" * extendedMetaData="kind='attribute' name='exporter'" * @generated */ String getExporter(); /** * Sets the value of the '{@link org.eclipse.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.eclipse.bpmn2.Bpmn2Package#getDefinitions_ExporterVersion() * @model required="true" ordered="false" * extendedMetaData="kind='attribute' name='exporterVersion'" * @generated */ String getExporterVersion(); /** * Sets the value of the '{@link org.eclipse.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.eclipse.bpmn2.Bpmn2Package#getDefinitions_ExpressionLanguage() * @model default="http://www.w3.org/1999/XPath" required="true" ordered="false" * extendedMetaData="kind='attribute' name='expressionLanguage'" * @generated */ String getExpressionLanguage(); /** * Sets the value of the '{@link org.eclipse.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.eclipse.bpmn2.Bpmn2Package#getDefinitions_Name() * @model required="true" ordered="false" * extendedMetaData="kind='attribute' name='name'" * @generated */ String getName(); /** * Sets the value of the '{@link org.eclipse.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.eclipse.bpmn2.Bpmn2Package#getDefinitions_TargetNamespace() * @model required="true" ordered="false" * extendedMetaData="kind='attribute' name='targetNamespace'" * @generated */ String getTargetNamespace(); /** * Sets the value of the '{@link org.eclipse.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.eclipse.bpmn2.Bpmn2Package#getDefinitions_TypeLanguage() * @model default="http://www.w3.org/2001/XMLSchema" required="true" ordered="false" * extendedMetaData="kind='attribute' name='typeLanguage'" * @generated */ String getTypeLanguage(); /** * Sets the value of the '{@link org.eclipse.bpmn2.Definitions#getTypeLanguage Type Language}' attribute. * * * @param value the new value of the 'Type Language' attribute. * @see #getTypeLanguage() * @generated */ void setTypeLanguage(String value); } // Definitions




© 2015 - 2025 Weber Informatics LLC | Privacy Policy