Class VCategorizableElementImpl

    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl

        org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
      • Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl

        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, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EScannableAdapterList
      • Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject

        org.eclipse.emf.ecore.InternalEObject.EStore
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void addLocalDependencyToLabelAdapter​(org.eclipse.emf.ecore.EStructuralFeature localFeature)  
      protected void addNavigatedDependencyToLabelAdapter​(org.eclipse.emf.ecore.EStructuralFeature navigationFeature, org.eclipse.emf.ecore.EStructuralFeature dependantFeature)  
      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)
      .
      boolean eIsSet​(int featureID)
      void eSet​(int featureID, java.lang.Object newValue)
      protected org.eclipse.emf.ecore.EClass eStaticClass()
      .
      void eUnset​(int featureID)
      org.eclipse.emf.ecore.EObject getLabelObject()
      java.lang.String getTooltip()
      void setTooltip​(java.lang.String newTooltip)
      java.lang.String toString()
      • Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl

        eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
      • Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl

        eAddVirtualValue, eAllContents, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
      • Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl

        eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.eclipse.emf.ecore.EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface org.eclipse.emf.ecore.InternalEObject

        eNotificationRequired
      • Methods inherited from interface org.eclipse.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Field Detail

      • TOOLTIP_EDEFAULT

        protected static final java.lang.String TOOLTIP_EDEFAULT
        The default value of the 'Tooltip' attribute.
        Since:
        1.13
        See Also:
        getTooltip()
      • tooltip

        protected java.lang.String tooltip
        The cached value of the 'Tooltip' attribute.
        Since:
        1.13
        See Also:
        getTooltip()
    • Constructor Detail

      • VCategorizableElementImpl

        protected VCategorizableElementImpl()
    • Method Detail

      • eStaticClass

        protected org.eclipse.emf.ecore.EClass eStaticClass()
        .
        Overrides:
        eStaticClass in class VElementImpl
      • setTooltip

        public void setTooltip​(java.lang.String newTooltip)
        Specified by:
        setTooltip in interface VHasTooltip
        Parameters:
        newTooltip - the new value of the 'Tooltip' attribute.
        Since:
        1.13
        See Also:
        VHasTooltip.getTooltip()
      • eGet

        public java.lang.Object eGet​(int featureID,
                                     boolean resolve,
                                     boolean coreType)
        .
        Specified by:
        eGet in interface org.eclipse.emf.ecore.InternalEObject
        Overrides:
        eGet in class VElementImpl
      • eSet

        public void eSet​(int featureID,
                         java.lang.Object newValue)
        Specified by:
        eSet in interface org.eclipse.emf.ecore.InternalEObject
        Overrides:
        eSet in class VElementImpl
      • eUnset

        public void eUnset​(int featureID)
        Specified by:
        eUnset in interface org.eclipse.emf.ecore.InternalEObject
        Overrides:
        eUnset in class VElementImpl
      • eIsSet

        public boolean eIsSet​(int featureID)
        Specified by:
        eIsSet in interface org.eclipse.emf.ecore.InternalEObject
        Overrides:
        eIsSet in class VElementImpl
      • eBaseStructuralFeatureID

        public int eBaseStructuralFeatureID​(int derivedFeatureID,
                                            java.lang.Class<?> baseClass)
        Specified by:
        eBaseStructuralFeatureID in interface org.eclipse.emf.ecore.InternalEObject
        Overrides:
        eBaseStructuralFeatureID in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
      • eDerivedStructuralFeatureID

        public int eDerivedStructuralFeatureID​(int baseFeatureID,
                                               java.lang.Class<?> baseClass)
        Specified by:
        eDerivedStructuralFeatureID in interface org.eclipse.emf.ecore.InternalEObject
        Overrides:
        eDerivedStructuralFeatureID in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
      • addNavigatedDependencyToLabelAdapter

        protected void addNavigatedDependencyToLabelAdapter​(org.eclipse.emf.ecore.EStructuralFeature navigationFeature,
                                                            org.eclipse.emf.ecore.EStructuralFeature dependantFeature)
      • addLocalDependencyToLabelAdapter

        protected void addLocalDependencyToLabelAdapter​(org.eclipse.emf.ecore.EStructuralFeature localFeature)