public class FunctionPackageImpl extends DynamicObjectImpl implements FunctionPackage
The following features are implemented:
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList| Modifier and Type | Method and Description |
|---|---|
int |
eBaseStructuralFeatureID(int derivedFeatureID,
java.lang.Class<?> baseClass) |
int |
eDerivedStructuralFeatureID(int baseFeatureID,
java.lang.Class<?> baseClass) |
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
org.eclipse.emf.common.notify.NotificationChain |
eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
void |
eUnset(int featureID) |
org.eclipse.emf.common.util.EList<ComplexAttributeBase> |
getComplexAttribute() |
java.lang.String |
getExtensionID() |
FunctionPackageExtension |
getFunctionPackageExtension()
Gets the
FunctionPackageExtension of the package. |
java.lang.String |
getID() |
java.lang.String |
getLabel() |
java.lang.String |
getModelEditorGroup() |
boolean |
isSetModelEditorGroup() |
void |
setExtensionID(java.lang.String newExtensionID) |
void |
setID(java.lang.String newID) |
void |
setLabel(java.lang.String newLabel) |
void |
setModelEditorGroup(java.lang.String newModelEditorGroup) |
java.lang.String |
toString() |
void |
unsetModelEditorGroup() |
getComplexAttributes, getDynamicAttributes, getDynamicValue, setDynamicValuegetComment, isSetComment, setComment, unsetCommenteAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eSetClass, eSetDeliver, eSetProxyURIeAllContents, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnseteNotificationRequired, eNotifyequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetComplexAttributes, getDynamicAttributes, getDynamicValue, setDynamicValuegetComment, isSetComment, setComment, unsetCommenteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetpublic java.lang.String getExtensionID()
getExtensionID in interface IFunctionPackageDefinableIFunctionPackageDefinable.setExtensionID(String),
TaurusPackage.getIFunctionPackageDefinable_ExtensionID()public void setExtensionID(java.lang.String newExtensionID)
setExtensionID in interface IFunctionPackageDefinablenewExtensionID - the new value of the 'Extension ID' attribute.IFunctionPackageDefinable.getExtensionID()public java.lang.String getID()
getID in interface AWMIdentifiableObjectAWMIdentifiableObject.setID(String),
TaurusPackage.getAWMIdentifiableObject_ID()public void setID(java.lang.String newID)
setID in interface AWMIdentifiableObjectnewID - the new value of the 'ID' attribute.AWMIdentifiableObject.getID()public java.lang.String getModelEditorGroup()
getModelEditorGroup in interface AWMIdentifiableObjectAWMIdentifiableObject.isSetModelEditorGroup(),
AWMIdentifiableObject.unsetModelEditorGroup(),
AWMIdentifiableObject.setModelEditorGroup(String),
TaurusPackage.getAWMIdentifiableObject_ModelEditorGroup()public void setModelEditorGroup(java.lang.String newModelEditorGroup)
setModelEditorGroup in interface AWMIdentifiableObjectnewModelEditorGroup - the new value of the 'Model Editor Group' attribute.AWMIdentifiableObject.isSetModelEditorGroup(),
AWMIdentifiableObject.unsetModelEditorGroup(),
AWMIdentifiableObject.getModelEditorGroup()public void unsetModelEditorGroup()
public boolean isSetModelEditorGroup()
isSetModelEditorGroup in interface AWMIdentifiableObjectAWMIdentifiableObject.unsetModelEditorGroup(),
AWMIdentifiableObject.getModelEditorGroup(),
AWMIdentifiableObject.setModelEditorGroup(String)public java.lang.String getLabel()
getLabel in interface FunctionPackageFunctionPackage.setLabel(String),
TaurusPackage.getFunctionPackage_Label()public void setLabel(java.lang.String newLabel)
setLabel in interface FunctionPackagenewLabel - the new value of the 'Label' attribute.FunctionPackage.getLabel()public org.eclipse.emf.common.util.EList<ComplexAttributeBase> getComplexAttribute()
getComplexAttribute in interface FunctionPackageTaurusPackage.getFunctionPackage_ComplexAttribute()public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in interface org.eclipse.emf.ecore.InternalEObjecteGet in class AWMObjectImplpublic void eSet(int featureID,
java.lang.Object newValue)
eSet in interface org.eclipse.emf.ecore.InternalEObjecteSet in class AWMObjectImplpublic void eUnset(int featureID)
eUnset in interface org.eclipse.emf.ecore.InternalEObjecteUnset in class AWMObjectImplpublic boolean eIsSet(int featureID)
eIsSet in interface org.eclipse.emf.ecore.InternalEObjecteIsSet in class AWMObjectImplpublic int eBaseStructuralFeatureID(int derivedFeatureID,
java.lang.Class<?> baseClass)
eBaseStructuralFeatureID in interface org.eclipse.emf.ecore.InternalEObjecteBaseStructuralFeatureID in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic int eDerivedStructuralFeatureID(int baseFeatureID,
java.lang.Class<?> baseClass)
eDerivedStructuralFeatureID in interface org.eclipse.emf.ecore.InternalEObjecteDerivedStructuralFeatureID in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic java.lang.String toString()
toString in class AWMObjectImplpublic FunctionPackageExtension getFunctionPackageExtension()
FunctionPackageFunctionPackageExtension of the package.getFunctionPackageExtension in interface FunctionPackageCopyright © 2015 Micro Focus GmbH. All rights reserved.