Interface FoundationPackage

  • All Superinterfaces:
    org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    FoundationPackageImpl

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

      Nested Classes 
      Modifier and Type Interface Description
      static interface  FoundationPackage.Literals
      Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
      • Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage

        org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      FoundationFactory getFoundationFactory()
      Returns the factory that creates the instances of the model.
      org.eclipse.emf.ecore.EDataType getJavaClassName()
      Returns the meta object for data type 'Java Class Name'.
      org.eclipse.emf.ecore.EDataType getJavaIdentifier()
      Returns the meta object for data type 'Java Identifier'.
      org.eclipse.emf.ecore.EDataType getModelName()
      Returns the meta object for data type 'Model Name'.
      org.eclipse.emf.ecore.EDataType getModelQName()
      Returns the meta object for data type 'Model QName'.
      org.eclipse.emf.ecore.EClass getResourceRoot()
      Returns the meta object for class 'Resource Root'.
      org.eclipse.emf.ecore.EAttribute getResourceRoot_Name()
      Returns the meta object for the attribute 'Name'.
      org.eclipse.emf.ecore.EAttribute getResourceRoot_PackageName()
      Returns the meta object for the attribute 'Package Name'.
      org.eclipse.emf.ecore.EAttribute getResourceRoot_SimpleName()
      Returns the meta object for the attribute 'Simple Name'.
      org.eclipse.emf.ecore.EDataType getUuid()
      Returns the meta object for data type 'Uuid'.
      • Methods inherited from interface org.eclipse.emf.ecore.EModelElement

        getEAnnotation, getEAnnotations
      • Methods inherited from interface org.eclipse.emf.ecore.ENamedElement

        getName, setName
      • 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.EPackage

        getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
      • Methods inherited from interface org.eclipse.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver