
org.omg.spec.bpmn.model.TBaseElementWithMixedContent 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 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 'TBase Element With Mixed Content'.
*
*
*
* The following features are supported:
*
*
* - {@link org.omg.spec.bpmn.model.TBaseElementWithMixedContent#getMixed Mixed}
* - {@link org.omg.spec.bpmn.model.TBaseElementWithMixedContent#getDocumentation Documentation}
* - {@link org.omg.spec.bpmn.model.TBaseElementWithMixedContent#getExtensionElements Extension Elements}
* - {@link org.omg.spec.bpmn.model.TBaseElementWithMixedContent#getId Id}
* - {@link org.omg.spec.bpmn.model.TBaseElementWithMixedContent#getAnyAttribute Any Attribute}
*
*
* @see org.omg.spec.bpmn.model.ModelPackage#getTBaseElementWithMixedContent()
* @model abstract="true"
* extendedMetaData="name='tBaseElementWithMixedContent' kind='mixed'"
* @generated
*/
public interface TBaseElementWithMixedContent extends EObject {
/**
* Returns the value of the 'Mixed' attribute list.
* The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}.
*
*
* @return the value of the 'Mixed' attribute list.
* @see org.omg.spec.bpmn.model.ModelPackage#getTBaseElementWithMixedContent_Mixed()
* @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true"
* extendedMetaData="kind='elementWildcard' name=':mixed'"
* @generated
*/
FeatureMap getMixed();
/**
* Returns the value of the 'Documentation' containment reference list.
* The list contents are of type {@link org.omg.spec.bpmn.model.TDocumentation}.
*
*
* @return the value of the 'Documentation' containment reference list.
* @see org.omg.spec.bpmn.model.ModelPackage#getTBaseElementWithMixedContent_Documentation()
* @model containment="true" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='documentation' namespace='##targetNamespace'"
* @generated
*/
EList getDocumentation();
/**
* Returns the value of the 'Extension Elements' containment reference.
*
*
* @return the value of the 'Extension Elements' containment reference.
* @see #setExtensionElements(TExtensionElements)
* @see org.omg.spec.bpmn.model.ModelPackage#getTBaseElementWithMixedContent_ExtensionElements()
* @model containment="true" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='extensionElements' namespace='##targetNamespace'"
* @generated
*/
TExtensionElements getExtensionElements();
/**
* Sets the value of the '{@link org.omg.spec.bpmn.model.TBaseElementWithMixedContent#getExtensionElements Extension Elements}' containment reference.
*
*
* @param value the new value of the 'Extension Elements' containment reference.
* @see #getExtensionElements()
* @generated
*/
void setExtensionElements(TExtensionElements value);
/**
* Returns the value of the 'Id' attribute.
*
*
* @return the value of the 'Id' attribute.
* @see #setId(String)
* @see org.omg.spec.bpmn.model.ModelPackage#getTBaseElementWithMixedContent_Id()
* @model id="true" dataType="org.eclipse.emf.ecore.xml.type.ID"
* extendedMetaData="kind='attribute' name='id'"
* @generated
*/
String getId();
/**
* Sets the value of the '{@link org.omg.spec.bpmn.model.TBaseElementWithMixedContent#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.omg.spec.bpmn.model.ModelPackage#getTBaseElementWithMixedContent_AnyAttribute()
* @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true"
* extendedMetaData="kind='attributeWildcard' wildcards='##other' name=':4' processing='lax'"
* @generated
*/
FeatureMap getAnyAttribute();
} // TBaseElementWithMixedContent
© 2015 - 2025 Weber Informatics LLC | Privacy Policy