/* * Copyright 2015 JBoss Inc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** */ 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: *
* If the meaning of the 'Any' attribute list isn't clear, * there really should be more of a description here... *
* * @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. * ** If the meaning of the 'Name' attribute isn't clear, * there really should be more of a description here... *
* * @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}. * ** If the meaning of the 'Any Attribute' attribute list isn't clear, * there really should be more of a description here... *
* * @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