org.eclipse.emf.ecp.view.spi.compoundcontrol.model
Interface VCompoundcontrolPackage

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

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

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

See Also:
VCompoundcontrolFactory

Nested Class Summary
static interface VCompoundcontrolPackage.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 int COMPOUND_CONTROL
          The meta object id for the 'Compound Control' class.
static int COMPOUND_CONTROL__ATTACHMENTS
          The feature id for the 'Attachments' containment reference list.
static int COMPOUND_CONTROL__CONTROLS
          The feature id for the 'Controls' containment reference list.
static int COMPOUND_CONTROL__DIAGNOSTIC
          The feature id for the 'Diagnostic' containment reference.
static int COMPOUND_CONTROL__ENABLED
          The feature id for the 'Enabled' attribute.
static int COMPOUND_CONTROL__NAME
          The feature id for the 'Name' attribute.
static int COMPOUND_CONTROL__READONLY
          The feature id for the 'Readonly' attribute.
static int COMPOUND_CONTROL__VISIBLE
          The feature id for the 'Visible' attribute.
static int COMPOUND_CONTROL_FEATURE_COUNT
          The number of structural features of the 'Compound Control' class.
static VCompoundcontrolPackage 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.
 
Method Summary
 org.eclipse.emf.ecore.EReference getCompoundControl_Controls()
          Returns the meta object for the containment reference list ' Controls'.
 org.eclipse.emf.ecore.EClass getCompoundControl()
          Returns the meta object for class 'Compound Control'.
 VCompoundcontrolFactory getCompoundcontrolFactory()
          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 VCompoundcontrolPackage eINSTANCE
The singleton instance of the package.


COMPOUND_CONTROL

static final int COMPOUND_CONTROL
The meta object id for the 'Compound Control' class.

See Also:
VCompoundControlImpl, VCompoundcontrolPackageImpl.getCompoundControl(), Constant Field Values

COMPOUND_CONTROL__NAME

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

See Also:
Constant Field Values

COMPOUND_CONTROL__VISIBLE

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

See Also:
Constant Field Values

COMPOUND_CONTROL__ENABLED

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

See Also:
Constant Field Values

COMPOUND_CONTROL__READONLY

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

See Also:
Constant Field Values

COMPOUND_CONTROL__DIAGNOSTIC

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

See Also:
Constant Field Values

COMPOUND_CONTROL__ATTACHMENTS

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

See Also:
Constant Field Values

COMPOUND_CONTROL__CONTROLS

static final int COMPOUND_CONTROL__CONTROLS
The feature id for the 'Controls' containment reference list.

See Also:
Constant Field Values

COMPOUND_CONTROL_FEATURE_COUNT

static final int COMPOUND_CONTROL_FEATURE_COUNT
The number of structural features of the 'Compound Control' class.

See Also:
Constant Field Values
Method Detail

getCompoundControl

org.eclipse.emf.ecore.EClass getCompoundControl()
Returns the meta object for class 'Compound Control'.

Returns:
the meta object for class 'Compound Control'.
See Also:
VCompoundControl

getCompoundControl_Controls

org.eclipse.emf.ecore.EReference getCompoundControl_Controls()
Returns the meta object for the containment reference list ' Controls'.

Returns:
the meta object for the containment reference list 'Controls'.
See Also:
VCompoundControl.getControls(), getCompoundControl()

getCompoundcontrolFactory

VCompoundcontrolFactory getCompoundcontrolFactory()
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.