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

org.eclipse.bpmn2.BaseElement 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.emf.common.util.EList;

import org.eclipse.emf.ecore.EObject;

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

/**
 * 
 * A representation of the model object 'Base Element'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.eclipse.bpmn2.BaseElement#getDocumentation Documentation}
  • *
  • {@link org.eclipse.bpmn2.BaseElement#getExtensionValues Extension Values}
  • *
  • {@link org.eclipse.bpmn2.BaseElement#getExtensionDefinitions Extension Definitions}
  • *
  • {@link org.eclipse.bpmn2.BaseElement#getId Id}
  • *
  • {@link org.eclipse.bpmn2.BaseElement#getAnyAttribute Any Attribute}
  • *
* * @see org.eclipse.bpmn2.Bpmn2Package#getBaseElement() * @model extendedMetaData="name='tBaseElement' kind='elementOnly' abstract='true'" * @generated */ public interface BaseElement extends EObject { /** * Returns the value of the 'Documentation' containment reference list. * The list contents are of type {@link org.eclipse.bpmn2.Documentation}. * * * @return the value of the 'Documentation' containment reference list. * @see org.eclipse.bpmn2.Bpmn2Package#getBaseElement_Documentation() * @model containment="true" ordered="false" * extendedMetaData="kind='element' name='documentation' namespace='http://www.omg.org/spec/BPMN/20100524/MODEL'" * @generated */ EList getDocumentation(); /** * Returns the value of the 'Extension Values' containment reference list. * The list contents are of type {@link org.eclipse.bpmn2.ExtensionAttributeValue}. * * * @return the value of the 'Extension Values' containment reference list. * @see org.eclipse.bpmn2.Bpmn2Package#getBaseElement_ExtensionValues() * @model containment="true" ordered="false" * extendedMetaData="kind='element' name='extensionElements' namespace='http://www.omg.org/spec/BPMN/20100524/MODEL'" * @generated */ EList getExtensionValues(); /** * Returns the value of the 'Extension Definitions' reference list. * The list contents are of type {@link org.eclipse.bpmn2.ExtensionDefinition}. * * * @return the value of the 'Extension Definitions' reference list. * @see org.eclipse.bpmn2.Bpmn2Package#getBaseElement_ExtensionDefinitions() * @model ordered="false" * @generated */ EList getExtensionDefinitions(); /** * Returns the value of the 'Id' attribute. * * * @return the value of the 'Id' attribute. * @see #setId(String) * @see org.eclipse.bpmn2.Bpmn2Package#getBaseElement_Id() * @model id="true" dataType="org.eclipse.emf.ecore.xml.type.NCName" required="true" ordered="false" * extendedMetaData="kind='attribute' name='id'" * @generated */ String getId(); /** * Sets the value of the '{@link org.eclipse.bpmn2.BaseElement#getId Id}' attribute. * * * @param value the new value of the 'Id' attribute. * @see #getId() * @generated */ void setId(String value); /** * Returns the value of the 'Any Attribute' attribute list. * The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}. * * * @return the value of the 'Any Attribute' attribute list. * @see org.eclipse.bpmn2.Bpmn2Package#getBaseElement_AnyAttribute() * @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" * extendedMetaData="kind='attributeWildcard' wildcards='##other' name=':3' processing='lax'" * @generated */ FeatureMap getAnyAttribute(); } // BaseElement




© 2015 - 2025 Weber Informatics LLC | Privacy Policy