Interface CorePackage

  • 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:
    CorePackageImpl

    public interface CorePackage
    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 operation of each class,
    • each enum,
    • and each data type
    See Also:
    CoreFactory
    • Method Detail

      • getGenericException

        org.eclipse.emf.ecore.EClass getGenericException()
        Returns the meta object for class 'Generic Exception'.
        Returns:
        the meta object for class 'Generic Exception'.
        See Also:
        GenericException
      • getGenericException_Inner

        org.eclipse.emf.ecore.EReference getGenericException_Inner()
        Returns the meta object for the containment reference 'Inner'.
        Returns:
        the meta object for the containment reference 'Inner'.
        See Also:
        GenericException.getInner(), getGenericException()
      • getException

        org.eclipse.emf.ecore.EClass getException()
        Returns the meta object for class 'Exception'.
        Returns:
        the meta object for class 'Exception'.
        See Also:
        Exception
      • getException_Data

        org.eclipse.emf.ecore.EAttribute getException_Data()
        Returns the meta object for the attribute 'Data'.
        Returns:
        the meta object for the attribute 'Data'.
        See Also:
        Exception.getData(), getException()
      • getUUID

        org.eclipse.emf.ecore.EDataType getUUID()
        Returns the meta object for data type 'UUID'.
        Returns:
        the meta object for data type 'UUID'.
        See Also:
        String
      • getObjectVersion

        org.eclipse.emf.ecore.EDataType getObjectVersion()
        Returns the meta object for data type 'Object Version'.
        Returns:
        the meta object for data type 'Object Version'.
        See Also:
        String
      • getCoreFactory

        CoreFactory getCoreFactory()
        Returns the factory that creates the instances of the model.
        Returns:
        the factory that creates the instances of the model.