org.eclipse.emf.ecp.view.spi.viewproxy.model
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

See Also:
VViewproxyFactory

Nested Class Summary
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
 
Field Summary
static VViewproxyPackage eINSTANCE
          The singleton instance of the package.
static String eNAME
          The package name.
static String eNS_PREFIX
          The package namespace name.
static String eNS_URI
          The package namespace URI.
static int VIEW_PROXY
          The meta object id for the 'View Proxy' class.
static int VIEW_PROXY__ATTACHMENTS
          The feature id for the 'Attachments' containment reference list.
static int VIEW_PROXY__DIAGNOSTIC
          The feature id for the 'Diagnostic' containment reference.
static int VIEW_PROXY__ENABLED
          The feature id for the 'Enabled' attribute.
static int VIEW_PROXY__ID
          The feature id for the 'Id' attribute.
static int VIEW_PROXY__NAME
          The feature id for the 'Name' attribute.
static int VIEW_PROXY__READONLY
          The feature id for the 'Readonly' attribute.
static int VIEW_PROXY__VISIBLE
          The feature id for the 'Visible' attribute.
static int VIEW_PROXY_FEATURE_COUNT
          The number of structural features of the 'View Proxy' class.
 
Method Summary
 org.eclipse.emf.ecore.EAttribute getViewProxy_Id()
          Returns the meta object for the attribute 'Id'.
 org.eclipse.emf.ecore.EClass getViewProxy()
          Returns the meta object for class 'View Proxy'.
 VViewproxyFactory getViewproxyFactory()
          Returns the factory that creates the instances of the model.
 
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.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
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.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eNAME

static final String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final 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

static final int VIEW_PROXY
The meta object id for the 'View Proxy' class.

See Also:
VViewProxyImpl, VViewproxyPackageImpl.getViewProxy(), Constant Field Values

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.


Copyright © 2015. All Rights Reserved.