Interface VViewproxyPackage

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

    public interface VViewproxyPackage
    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:
    VViewproxyFactory
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  VViewproxyPackage.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
      org.eclipse.emf.ecore.EClass getViewProxy()
      Returns the meta object for class 'View Proxy'.
      org.eclipse.emf.ecore.EAttribute getViewProxy_Id()
      Returns the meta object for the attribute 'Id'.
      VViewproxyFactory getViewproxyFactory()
      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
    • Field Detail

      • eNS_URI

        static final java.lang.String eNS_URI
        The package namespace URI.
        See Also:
        Constant Field Values
      • eNS_PREFIX

        static final java.lang.String eNS_PREFIX
        The package namespace name.
        See Also:
        Constant Field Values
      • eINSTANCE

        static final VViewproxyPackage eINSTANCE
        The singleton instance of the package.
      • VIEW_PROXY__NAME

        static final int VIEW_PROXY__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
      • VIEW_PROXY__VISIBLE

        static final int VIEW_PROXY__VISIBLE
        The feature id for the 'Visible' attribute.
        See Also:
        Constant Field Values
      • VIEW_PROXY__ENABLED

        static final int VIEW_PROXY__ENABLED
        The feature id for the 'Enabled' attribute.
        See Also:
        Constant Field Values
      • VIEW_PROXY__READONLY

        static final int VIEW_PROXY__READONLY
        The feature id for the 'Readonly' attribute.
        See Also:
        Constant Field Values
      • VIEW_PROXY__DIAGNOSTIC

        static final int VIEW_PROXY__DIAGNOSTIC
        The feature id for the 'Diagnostic' containment reference.
        See Also:
        Constant Field Values
      • VIEW_PROXY__ATTACHMENTS

        static final int VIEW_PROXY__ATTACHMENTS
        The feature id for the 'Attachments' containment reference list.
        See Also:
        Constant Field Values
      • VIEW_PROXY__ID

        static final int VIEW_PROXY__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • VIEW_PROXY_FEATURE_COUNT

        static final int VIEW_PROXY_FEATURE_COUNT
        The number of structural features of the 'View Proxy' class.
        See Also:
        Constant Field Values
    • Method Detail

      • getViewProxy

        org.eclipse.emf.ecore.EClass getViewProxy()
        Returns the meta object for class 'View Proxy'.
        Returns:
        the meta object for class 'View Proxy'.
        See Also:
        VViewProxy
      • getViewProxy_Id

        org.eclipse.emf.ecore.EAttribute getViewProxy_Id()
        Returns the meta object for the attribute 'Id'.
        Returns:
        the meta object for the attribute 'Id'.
        See Also:
        VViewProxy.getId(), getViewProxy()
      • getViewproxyFactory

        VViewproxyFactory getViewproxyFactory()
        Returns the factory that creates the instances of the model.
        Returns:
        the factory that creates the instances of the model.