Package bpsim
Interface VendorExtension
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
VendorExtensionImpl
public interface VendorExtension extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Vendor Extension'.The following features are supported:
- See Also:
BpsimPackage.getVendorExtension()- Generated code
- Model
- extendedMetaData="name='VendorExtension' kind='elementOnly'"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.ecore.util.FeatureMapgetAny()Returns the value of the 'Any' attribute list.org.eclipse.emf.ecore.util.FeatureMapgetAnyAttribute()Returns the value of the 'Any Attribute' attribute list.StringgetName()Returns the value of the 'Name' attribute.voidsetName(String value)Sets the value of the 'Name' attribute.
-
-
-
Method Detail
-
getAny
org.eclipse.emf.ecore.util.FeatureMap getAny()
Returns the value of the 'Any' attribute list. The list contents are of typeFeatureMap.Entry.If the meaning of the 'Any' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Any' attribute list.
- See Also:
BpsimPackage.getVendorExtension_Any()- Generated code
- Model
- dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="false" extendedMetaData="kind='elementWildcard' wildcards='##other' name=':0' processing='strict'"
-
getName
String getName()
Returns the value of the 'Name' attribute.If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),BpsimPackage.getVendorExtension_Name()- Generated code
- Model
- dataType="org.eclipse.emf.ecore.xml.type.String" required="true" extendedMetaData="kind='attribute' name='name'"
-
setName
void setName(String value)
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
getName()- Generated code
-
getAnyAttribute
org.eclipse.emf.ecore.util.FeatureMap getAnyAttribute()
Returns the value of the 'Any Attribute' attribute list. The list contents are of typeFeatureMap.Entry.If the meaning of the 'Any Attribute' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Any Attribute' attribute list.
- See Also:
BpsimPackage.getVendorExtension_AnyAttribute()- Generated code
- Model
- unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" extendedMetaData="kind='attributeWildcard' wildcards='##other' name=':2' processing='strict'"
-
-