Interface VirtualPackage

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

    public interface VirtualPackage
    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:
    VirtualFactory
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  VirtualPackage.Literals
      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 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
      org.eclipse.emf.ecore.EClass getException()
      Returns the meta object for class 'Exception'.
      org.eclipse.emf.ecore.EAttribute getException_Data()
      Returns the meta object for the attribute 'Data'.
      org.eclipse.emf.ecore.EAttribute getException_Reason()
      Returns the meta object for the attribute 'Reason'.
      VirtualFactory getVirtualFactory()
      Returns the factory that creates the instances of the model.
      • 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
    • Method Detail

      • 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_Reason

        org.eclipse.emf.ecore.EAttribute getException_Reason()
        Returns the meta object for the attribute 'Reason'.
        Returns:
        the meta object for the attribute 'Reason'.
        See Also:
        Exception.getReason(), getException()
      • 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()
      • getVirtualFactory

        VirtualFactory getVirtualFactory()
        Returns the factory that creates the instances of the model.
        Returns:
        the factory that creates the instances of the model.