java.lang.Object
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.eclipse.emf.ecore.impl.EModelElementImpl
org.eclipse.emf.ecore.impl.ENamedElementImpl
org.eclipse.emf.ecore.impl.EPackageImpl
org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl
All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder, org.eclipse.emf.ecore.InternalEObject, org.eclipse.emf.ecore.util.BasicExtendedMetaData.EPackageExtendedMetaData.Holder

public class BasicPackageImpl extends org.eclipse.emf.ecore.impl.EPackageImpl
The Package for the model. It contains accessors for the meta objects to represent
  • each class,
  • each feature of each class,
  • each operation of each class,
  • each enum,
  • and each data type
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static interface 
    Defines literals for the meta objects that represent each class, each feature of each class, each operation of each class, each enum, and each data type

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

    org.eclipse.emf.ecore.impl.EPackageImpl.EBasicWhiteList

    Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container

    org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic

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

    org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container

    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 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.EPackage

    org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry

    Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject

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

    Fields
    Modifier and Type
    Field
    Description
    static final BasicPackageImpl
    The singleton instance of the package.
    static final String
    The package name.
    static final String
    The package namespace name.
    static final String
    The package namespace URI.
    static final int
    The meta object id for the 'Part Descriptor' class.
    static final int
    The operation id for the 'Update Localization' operation.
    static final int
    The feature id for the 'Allow Multiple' attribute.
    static final int
    The feature id for the 'Binding Contexts' reference list.
    static final int
    The feature id for the 'Category' attribute.
    static final int
    The feature id for the 'Closeable' attribute.
    static final int
    The feature id for the 'Contribution URI' attribute.
    static final int
    The feature id for the 'Contributor URI' attribute.
    static final int
    The feature id for the 'Description' attribute.
    static final int
    Deprecated.
    See model documentation for details.
    static final int
    The feature id for the 'Element Id' attribute.
    static final int
    The feature id for the 'Handlers' containment reference list.
    static final int
    The feature id for the 'Icon URI' attribute.
    static final int
    The feature id for the 'Label' attribute.
    static final int
    The feature id for the 'Localized Description' attribute.
    static final int
    The feature id for the 'Localized Label' attribute.
    static final int
    The feature id for the 'Localized Tooltip' attribute.
    static final int
    The feature id for the 'Menus' containment reference list.
    static final int
    The feature id for the 'Persisted State' map.
    static final int
    The feature id for the 'Properties' map.
    static final int
    The feature id for the 'Tags' attribute list.
    static final int
    The feature id for the 'Toolbar' containment reference.
    static final int
    The feature id for the 'Tooltip' attribute.
    static final int
    The feature id for the 'Transient Data' map.
    static final int
    The feature id for the 'Trim Bars' containment reference list.
    static final int
    The feature id for the 'Variables' attribute list.
    static final int
    The meta object id for the 'Part Descriptor Container' class.
    static final int
    The feature id for the 'Descriptors' containment reference list.
    static final int
    The number of structural features of the 'Part Descriptor Container' class.
    static final int
    The number of operations of the 'Part Descriptor Container' class.
    static final int
    The number of structural features of the 'Part Descriptor' class.
    static final int
    The number of operations of the 'Part Descriptor' class.

    Fields inherited from class org.eclipse.emf.ecore.impl.EPackageImpl

    eClassifiers, ecoreFactory, ecorePackage, eFactoryInstance, eNameToEClassifierMap, ePackageExtendedMetaData, eSubpackages, IS_ABSTRACT, IS_CHANGEABLE, IS_COMPOSITE, IS_DERIVED, IS_GENERATED_INSTANCE_CLASS, IS_ID, IS_INTERFACE, IS_ORDERED, IS_RESOLVABLE, IS_RESOLVE_PROXIES, IS_SERIALIZABLE, IS_TRANSIENT, IS_UNIQUE, IS_UNSETTABLE, IS_VOLATILE, NS_PREFIX_EDEFAULT, NS_URI_EDEFAULT, nsPrefix, nsURI

    Fields inherited from class org.eclipse.emf.ecore.impl.ENamedElementImpl

    name, NAME_EDEFAULT

    Fields inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl

    eAnnotations, eFlags, EFROZEN, ELAST_EMODEL_ELEMENT_FLAG

    Fields inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container

    eContainer

    Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl

    EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET

    Fields inherited from interface org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder

    NIL

    Fields inherited from interface org.eclipse.emf.ecore.InternalEObject

    EOPPOSITE_FEATURE_BASE
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Creates the meta-model objects for the package.
    Returns the factory that creates the instances of the model.
    org.eclipse.emf.ecore.EClass
    Returns the meta object for class 'Part Descriptor'.
    org.eclipse.emf.ecore.EOperation
    Returns the meta object for the 'Update Localization' operation.
    org.eclipse.emf.ecore.EAttribute
    Returns the meta object for the attribute 'Allow Multiple'.
    org.eclipse.emf.ecore.EAttribute
    Returns the meta object for the attribute 'Category'.
    org.eclipse.emf.ecore.EAttribute
    Returns the meta object for the attribute 'Closeable'.
    org.eclipse.emf.ecore.EAttribute
    Returns the meta object for the attribute 'Contribution URI'.
    org.eclipse.emf.ecore.EAttribute
    Returns the meta object for the attribute 'Description'.
    org.eclipse.emf.ecore.EAttribute
    Deprecated.
    See model documentation for details.
    org.eclipse.emf.ecore.EAttribute
    Returns the meta object for the attribute 'Localized Description'.
    org.eclipse.emf.ecore.EReference
    Returns the meta object for the containment reference list 'Menus'.
    org.eclipse.emf.ecore.EReference
    Returns the meta object for the map 'Properties'.
    org.eclipse.emf.ecore.EReference
    Returns the meta object for the containment reference 'Toolbar'.
    org.eclipse.emf.ecore.EReference
    Returns the meta object for the containment reference list 'Trim Bars'.
    org.eclipse.emf.ecore.EAttribute
    Returns the meta object for the attribute list 'Variables'.
    org.eclipse.emf.ecore.EClass
    Returns the meta object for class 'Part Descriptor Container'.
    org.eclipse.emf.ecore.EReference
    Returns the meta object for the containment reference list 'Descriptors'.
    Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
    void
    Complete the initialization of the package and its meta-model.

    Methods inherited from class org.eclipse.emf.ecore.impl.EPackageImpl

    addAnnotation, addAnnotation, addAnnotation, addAnnotation, addAnnotation, addAnnotation, addEEnumLiteral, addEException, addEException, addEOperation, addEOperation, addEOperation, addEParameter, addEParameter, addEParameter, addEParameter, addEParameter, addETypeParameter, addETypeParameter, basicGetESuperPackage, basicSetEFactoryInstance, createEAttribute, createEClass, createEDataType, createEEnum, createEGenericType, createEGenericType, createEGenericType, createEOperation, createEReference, createResource, eBasicRemoveFromContainerFeature, eGet, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eSet, eSetProxyURI, eStaticClass, eUnset, fixEClassifiers, fixEEnumLiterals, fixEOperations, fixEStructuralFeatures, fixInstanceClass, freeze, getEClassifier, getEClassifierGen, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getExtendedMetaData, getNsPrefix, getNsURI, initEAttribute, initEAttribute, initEAttribute, initEAttribute, initEAttribute, initEAttribute, initEAttribute, initEClass, initEClass, initEClass, initEDataType, initEDataType, initEDataType, initEEnum, initEOperation, initEOperation, initEOperation, initEOperation, initEReference, initEReference, initEReference, initEReference, initEReference, initEReference, initEReference, initializeFromLoadedEPackage, setEFactoryInstance, setExtendedMetaData, setGeneratedClassName, setInstanceTypeName, setName, setNamespaceURI, setNsPrefix, setNsURI, toString

    Methods inherited from class org.eclipse.emf.ecore.impl.ENamedElementImpl

    eContents, eCrossReferences, getName, getNameGen

    Methods inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl

    eObjectForURIFragmentSegment, eSetDirectResource, eURIFragmentSegment, freeze, getEAnnotation, getEAnnotations, isFrozen, setFrozen

    Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container

    eBasicSetContainer, eInternalContainer

    Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl

    dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSettings

    Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl

    eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues

    Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl

    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.EModelElement

    getEAnnotation, getEAnnotations

    Methods inherited from interface org.eclipse.emf.ecore.ENamedElement

    getName

    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 Details

    • eNAME

      public static final String eNAME
      The package name.
      See Also:
    • eNS_URI

      public static final String eNS_URI
      The package namespace URI.
      See Also:
    • eNS_PREFIX

      public static final String eNS_PREFIX
      The package namespace name.
      See Also:
    • eINSTANCE

      public static final BasicPackageImpl eINSTANCE
      The singleton instance of the package.
    • PART_DESCRIPTOR

      public static final int PART_DESCRIPTOR
      The meta object id for the 'Part Descriptor' class.
      Since:
      1.0
      See Also:
    • PART_DESCRIPTOR__ELEMENT_ID

      public static final int PART_DESCRIPTOR__ELEMENT_ID
      The feature id for the 'Element Id' attribute.
      Since:
      1.0
      See Also:
    • PART_DESCRIPTOR__PERSISTED_STATE

      public static final int PART_DESCRIPTOR__PERSISTED_STATE
      The feature id for the 'Persisted State' map.
      Since:
      1.0
      See Also:
    • PART_DESCRIPTOR__TAGS

      public static final int PART_DESCRIPTOR__TAGS
      The feature id for the 'Tags' attribute list.
      Since:
      1.0
      See Also:
    • PART_DESCRIPTOR__CONTRIBUTOR_URI

      public static final int PART_DESCRIPTOR__CONTRIBUTOR_URI
      The feature id for the 'Contributor URI' attribute.
      Since:
      1.0
      See Also:
    • PART_DESCRIPTOR__TRANSIENT_DATA

      public static final int PART_DESCRIPTOR__TRANSIENT_DATA
      The feature id for the 'Transient Data' map.
      Since:
      1.0
      See Also:
    • PART_DESCRIPTOR__LABEL

      public static final int PART_DESCRIPTOR__LABEL
      The feature id for the 'Label' attribute.
      Since:
      1.0
      See Also:
    • PART_DESCRIPTOR__ICON_URI

      public static final int PART_DESCRIPTOR__ICON_URI
      The feature id for the 'Icon URI' attribute.
      Since:
      1.0
      See Also:
    • PART_DESCRIPTOR__TOOLTIP

      public static final int PART_DESCRIPTOR__TOOLTIP
      The feature id for the 'Tooltip' attribute.
      Since:
      1.0
      See Also:
    • PART_DESCRIPTOR__LOCALIZED_LABEL

      public static final int PART_DESCRIPTOR__LOCALIZED_LABEL
      The feature id for the 'Localized Label' attribute.
      Since:
      1.0
      See Also:
    • PART_DESCRIPTOR__LOCALIZED_TOOLTIP

      public static final int PART_DESCRIPTOR__LOCALIZED_TOOLTIP
      The feature id for the 'Localized Tooltip' attribute.
      Since:
      1.0
      See Also:
    • PART_DESCRIPTOR__HANDLERS

      public static final int PART_DESCRIPTOR__HANDLERS
      The feature id for the 'Handlers' containment reference list.
      Since:
      1.0
      See Also:
    • PART_DESCRIPTOR__BINDING_CONTEXTS

      public static final int PART_DESCRIPTOR__BINDING_CONTEXTS
      The feature id for the 'Binding Contexts' reference list.
      Since:
      1.0
      See Also:
    • PART_DESCRIPTOR__ALLOW_MULTIPLE

      public static final int PART_DESCRIPTOR__ALLOW_MULTIPLE
      The feature id for the 'Allow Multiple' attribute.
      Since:
      1.0
      See Also:
    • PART_DESCRIPTOR__CATEGORY

      public static final int PART_DESCRIPTOR__CATEGORY
      The feature id for the 'Category' attribute.
      Since:
      1.0
      See Also:
    • PART_DESCRIPTOR__MENUS

      public static final int PART_DESCRIPTOR__MENUS
      The feature id for the 'Menus' containment reference list.
      Since:
      1.0
      See Also:
    • PART_DESCRIPTOR__TOOLBAR

      public static final int PART_DESCRIPTOR__TOOLBAR
      The feature id for the 'Toolbar' containment reference.
      Since:
      1.0
      See Also:
    • PART_DESCRIPTOR__CLOSEABLE

      public static final int PART_DESCRIPTOR__CLOSEABLE
      The feature id for the 'Closeable' attribute.
      Since:
      1.0
      See Also:
    • PART_DESCRIPTOR__DIRTYABLE

      @Deprecated public static final int PART_DESCRIPTOR__DIRTYABLE
      Deprecated.
      See model documentation for details.
      The feature id for the 'Dirtyable' attribute.
      Since:
      1.0
      See Also:
      Restriction:
      See model documentation for details.
    • PART_DESCRIPTOR__CONTRIBUTION_URI

      public static final int PART_DESCRIPTOR__CONTRIBUTION_URI
      The feature id for the 'Contribution URI' attribute.
      Since:
      1.0
      See Also:
    • PART_DESCRIPTOR__DESCRIPTION

      public static final int PART_DESCRIPTOR__DESCRIPTION
      The feature id for the 'Description' attribute.
      Since:
      1.0
      See Also:
    • PART_DESCRIPTOR__LOCALIZED_DESCRIPTION

      public static final int PART_DESCRIPTOR__LOCALIZED_DESCRIPTION
      The feature id for the 'Localized Description' attribute.
      Since:
      1.0
      See Also:
    • PART_DESCRIPTOR__VARIABLES

      public static final int PART_DESCRIPTOR__VARIABLES
      The feature id for the 'Variables' attribute list.
      Since:
      1.0
      See Also:
    • PART_DESCRIPTOR__PROPERTIES

      public static final int PART_DESCRIPTOR__PROPERTIES
      The feature id for the 'Properties' map.
      Since:
      1.0
      See Also:
    • PART_DESCRIPTOR__TRIM_BARS

      public static final int PART_DESCRIPTOR__TRIM_BARS
      The feature id for the 'Trim Bars' containment reference list.
      Since:
      1.3
      See Also:
    • PART_DESCRIPTOR_FEATURE_COUNT

      public static final int PART_DESCRIPTOR_FEATURE_COUNT
      The number of structural features of the 'Part Descriptor' class.
      Since:
      1.0
      See Also:
    • PART_DESCRIPTOR___UPDATE_LOCALIZATION

      public static final int PART_DESCRIPTOR___UPDATE_LOCALIZATION
      The operation id for the 'Update Localization' operation.
      Since:
      1.1
      See Also:
    • PART_DESCRIPTOR_OPERATION_COUNT

      public static final int PART_DESCRIPTOR_OPERATION_COUNT
      The number of operations of the 'Part Descriptor' class.
      Since:
      1.0
      See Also:
    • PART_DESCRIPTOR_CONTAINER

      public static final int PART_DESCRIPTOR_CONTAINER
      The meta object id for the 'Part Descriptor Container' class.
      Since:
      1.0
      See Also:
    • PART_DESCRIPTOR_CONTAINER__DESCRIPTORS

      public static final int PART_DESCRIPTOR_CONTAINER__DESCRIPTORS
      The feature id for the 'Descriptors' containment reference list.
      Since:
      1.0
      See Also:
    • PART_DESCRIPTOR_CONTAINER_FEATURE_COUNT

      public static final int PART_DESCRIPTOR_CONTAINER_FEATURE_COUNT
      The number of structural features of the 'Part Descriptor Container' class.
      Since:
      1.0
      See Also:
    • PART_DESCRIPTOR_CONTAINER_OPERATION_COUNT

      public static final int PART_DESCRIPTOR_CONTAINER_OPERATION_COUNT
      The number of operations of the 'Part Descriptor Container' class.
      Since:
      1.0
      See Also:
  • Method Details

    • init

      public static BasicPackageImpl init()
      Creates, registers, and initializes the Package for this model, and for any others upon which it depends.

      This method is used to initialize eINSTANCE when that field is accessed. Clients should not invoke it directly. Instead, they should simply access that field to obtain the package.

      See Also:
    • getPartDescriptor

      public org.eclipse.emf.ecore.EClass getPartDescriptor()
      Returns the meta object for class 'Part Descriptor'.
      Returns:
      the meta object for class 'Part Descriptor'.
      Since:
      1.0
      See Also:
    • getPartDescriptor_AllowMultiple

      public org.eclipse.emf.ecore.EAttribute getPartDescriptor_AllowMultiple()
      Returns the meta object for the attribute 'Allow Multiple'.
      Returns:
      the meta object for the attribute 'Allow Multiple'.
      Since:
      1.0
      See Also:
    • getPartDescriptor_Category

      public org.eclipse.emf.ecore.EAttribute getPartDescriptor_Category()
      Returns the meta object for the attribute 'Category'.
      Returns:
      the meta object for the attribute 'Category'.
      Since:
      1.0
      See Also:
    • getPartDescriptor_Menus

      public org.eclipse.emf.ecore.EReference getPartDescriptor_Menus()
      Returns the meta object for the containment reference list 'Menus'.
      Returns:
      the meta object for the containment reference list 'Menus'.
      Since:
      1.0
      See Also:
    • getPartDescriptor_Toolbar

      public org.eclipse.emf.ecore.EReference getPartDescriptor_Toolbar()
      Returns the meta object for the containment reference 'Toolbar'.
      Returns:
      the meta object for the containment reference 'Toolbar'.
      Since:
      1.0
      See Also:
    • getPartDescriptor_Closeable

      public org.eclipse.emf.ecore.EAttribute getPartDescriptor_Closeable()
      Returns the meta object for the attribute 'Closeable'.
      Returns:
      the meta object for the attribute 'Closeable'.
      Since:
      1.0
      See Also:
    • getPartDescriptor_Dirtyable

      @Deprecated public org.eclipse.emf.ecore.EAttribute getPartDescriptor_Dirtyable()
      Deprecated.
      See model documentation for details.
      Returns the meta object for the attribute 'Dirtyable'.
      Returns:
      the meta object for the attribute 'Dirtyable'.
      Since:
      1.0
      See Also:
      Restriction:
      See model documentation for details.
    • getPartDescriptor_ContributionURI

      public org.eclipse.emf.ecore.EAttribute getPartDescriptor_ContributionURI()
      Returns the meta object for the attribute 'Contribution URI'.
      Returns:
      the meta object for the attribute 'Contribution URI'.
      Since:
      1.0
      See Also:
    • getPartDescriptor_Description

      public org.eclipse.emf.ecore.EAttribute getPartDescriptor_Description()
      Returns the meta object for the attribute 'Description'.
      Returns:
      the meta object for the attribute 'Description'.
      Since:
      1.0
      See Also:
    • getPartDescriptor_LocalizedDescription

      public org.eclipse.emf.ecore.EAttribute getPartDescriptor_LocalizedDescription()
      Returns the meta object for the attribute 'Localized Description'.
      Returns:
      the meta object for the attribute 'Localized Description'.
      Since:
      1.0
      See Also:
    • getPartDescriptor_Variables

      public org.eclipse.emf.ecore.EAttribute getPartDescriptor_Variables()
      Returns the meta object for the attribute list 'Variables'.
      Returns:
      the meta object for the attribute list 'Variables'.
      Since:
      1.0
      See Also:
    • getPartDescriptor_Properties

      public org.eclipse.emf.ecore.EReference getPartDescriptor_Properties()
      Returns the meta object for the map 'Properties'.
      Returns:
      the meta object for the map 'Properties'.
      Since:
      1.0
      See Also:
    • getPartDescriptor_TrimBars

      public org.eclipse.emf.ecore.EReference getPartDescriptor_TrimBars()
      Returns the meta object for the containment reference list 'Trim Bars'.
      Returns:
      the meta object for the containment reference list 'Trim Bars'.
      Since:
      1.3
      See Also:
    • getPartDescriptor__UpdateLocalization

      public org.eclipse.emf.ecore.EOperation getPartDescriptor__UpdateLocalization()
      Returns the meta object for the 'Update Localization' operation.
      Returns:
      the meta object for the 'Update Localization' operation.
      Since:
      1.1
      See Also:
    • getPartDescriptorContainer

      public org.eclipse.emf.ecore.EClass getPartDescriptorContainer()
      Returns the meta object for class 'Part Descriptor Container'.
      Returns:
      the meta object for class 'Part Descriptor Container'.
      Since:
      1.0
      See Also:
    • getPartDescriptorContainer_Descriptors

      public org.eclipse.emf.ecore.EReference getPartDescriptorContainer_Descriptors()
      Returns the meta object for the containment reference list 'Descriptors'.
      Returns:
      the meta object for the containment reference list 'Descriptors'.
      Since:
      1.0
      See Also:
    • getBasicFactory

      public MBasicFactory getBasicFactory()
      Returns the factory that creates the instances of the model.
      Returns:
      the factory that creates the instances of the model.
    • createPackageContents

      public void createPackageContents()
      Creates the meta-model objects for the package. This method is guarded to have no affect on any invocation but its first.
    • initializePackageContents

      public void initializePackageContents()
      Complete the initialization of the package and its meta-model. This method is guarded to have no affect on any invocation but its first.