bpsim.VendorExtension 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
/**
*/
package bpsim;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.ecore.util.FeatureMap;
/**
*
* A representation of the model object 'Vendor Extension'.
*
*
*
* The following features are supported:
*
*
* - {@link bpsim.VendorExtension#getAny Any}
* - {@link bpsim.VendorExtension#getName Name}
* - {@link bpsim.VendorExtension#getAnyAttribute Any Attribute}
*
*
* @see bpsim.BpsimPackage#getVendorExtension()
* @model extendedMetaData="name='VendorExtension' kind='elementOnly'"
* @generated
*/
public interface VendorExtension extends EObject {
/**
* Returns the value of the 'Any' attribute list.
* The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}.
*
*
* @return the value of the 'Any' attribute list.
* @see bpsim.BpsimPackage#getVendorExtension_Any()
* @model dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="false"
* extendedMetaData="kind='elementWildcard' wildcards='##other' name=':0' processing='strict'"
* @generated
*/
FeatureMap getAny();
/**
* Returns the value of the 'Name' attribute.
*
*
* @return the value of the 'Name' attribute.
* @see #setName(String)
* @see bpsim.BpsimPackage#getVendorExtension_Name()
* @model dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
* extendedMetaData="kind='attribute' name='name'"
* @generated
*/
String getName();
/**
* Sets the value of the '{@link bpsim.VendorExtension#getName Name}' attribute.
*
*
* @param value the new value of the 'Name' attribute.
* @see #getName()
* @generated
*/
void setName(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 bpsim.BpsimPackage#getVendorExtension_AnyAttribute()
* @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true"
* extendedMetaData="kind='attributeWildcard' wildcards='##other' name=':2' processing='strict'"
* @generated
*/
FeatureMap getAnyAttribute();
} // VendorExtension
© 2015 - 2025 Weber Informatics LLC | Privacy Policy