org.eclipse.emf.ecp.view.treemasterdetail.model
Interface VTreeMasterDetailPackage

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:
VTreeMasterDetailPackageImpl

public interface VTreeMasterDetailPackage
extends org.eclipse.emf.ecore.EPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
VTreeMasterDetailFactory

Nested Class Summary
static interface VTreeMasterDetailPackage.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 VTreeMasterDetailPackage 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 TREE_MASTER_DETAIL
          The meta object id for the 'Tree Master Detail' class.
static int TREE_MASTER_DETAIL__ATTACHMENTS
          The feature id for the 'Attachments' containment reference list.
static int TREE_MASTER_DETAIL__DETAIL_VIEW
          The feature id for the 'Detail View' containment reference.
static int TREE_MASTER_DETAIL__DIAGNOSTIC
          The feature id for the 'Diagnostic' containment reference.
static int TREE_MASTER_DETAIL__ENABLED
          The feature id for the 'Enabled' attribute.
static int TREE_MASTER_DETAIL__NAME
          The feature id for the 'Name' attribute.
static int TREE_MASTER_DETAIL__READONLY
          The feature id for the 'Readonly' attribute.
static int TREE_MASTER_DETAIL__VISIBLE
          The feature id for the 'Visible' attribute.
static int TREE_MASTER_DETAIL_FEATURE_COUNT
          The number of structural features of the 'Tree Master Detail' class.
 
Method Summary
 org.eclipse.emf.ecore.EReference getTreeMasterDetail_DetailView()
          Returns the meta object for the containment reference ' Detail View'.
 org.eclipse.emf.ecore.EClass getTreeMasterDetail()
          Returns the meta object for class 'Tree Master Detail'.
 VTreeMasterDetailFactory getTreeMasterDetailFactory()
          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 VTreeMasterDetailPackage eINSTANCE
The singleton instance of the package.


TREE_MASTER_DETAIL

static final int TREE_MASTER_DETAIL
The meta object id for the 'Tree Master Detail' class.

See Also:
VTreeMasterDetailImpl, VTreeMasterDetailPackageImpl.getTreeMasterDetail(), Constant Field Values

TREE_MASTER_DETAIL__NAME

static final int TREE_MASTER_DETAIL__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

TREE_MASTER_DETAIL__VISIBLE

static final int TREE_MASTER_DETAIL__VISIBLE
The feature id for the 'Visible' attribute.

See Also:
Constant Field Values

TREE_MASTER_DETAIL__ENABLED

static final int TREE_MASTER_DETAIL__ENABLED
The feature id for the 'Enabled' attribute.

See Also:
Constant Field Values

TREE_MASTER_DETAIL__READONLY

static final int TREE_MASTER_DETAIL__READONLY
The feature id for the 'Readonly' attribute.

See Also:
Constant Field Values

TREE_MASTER_DETAIL__DIAGNOSTIC

static final int TREE_MASTER_DETAIL__DIAGNOSTIC
The feature id for the 'Diagnostic' containment reference.

See Also:
Constant Field Values

TREE_MASTER_DETAIL__ATTACHMENTS

static final int TREE_MASTER_DETAIL__ATTACHMENTS
The feature id for the 'Attachments' containment reference list.

See Also:
Constant Field Values

TREE_MASTER_DETAIL__DETAIL_VIEW

static final int TREE_MASTER_DETAIL__DETAIL_VIEW
The feature id for the 'Detail View' containment reference.

See Also:
Constant Field Values

TREE_MASTER_DETAIL_FEATURE_COUNT

static final int TREE_MASTER_DETAIL_FEATURE_COUNT
The number of structural features of the 'Tree Master Detail' class.

See Also:
Constant Field Values
Method Detail

getTreeMasterDetail

org.eclipse.emf.ecore.EClass getTreeMasterDetail()
Returns the meta object for class 'Tree Master Detail'.

Returns:
the meta object for class 'Tree Master Detail'.
See Also:
VTreeMasterDetail

getTreeMasterDetail_DetailView

org.eclipse.emf.ecore.EReference getTreeMasterDetail_DetailView()
Returns the meta object for the containment reference ' Detail View'.

Returns:
the meta object for the containment reference 'Detail View'.
See Also:
VTreeMasterDetail.getDetailView(), getTreeMasterDetail()

getTreeMasterDetailFactory

VTreeMasterDetailFactory getTreeMasterDetailFactory()
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.