public interface VSectionPackage
extends org.eclipse.emf.ecore.EPackage
VSectionFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
VSectionPackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
|
Modifier and Type | Field and Description |
---|---|
static VSectionPackage |
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 |
SECTION
The meta object id for the '
Section
' class. |
static int |
SECTION__ATTACHMENTS
The feature id for the 'Attachments' containment reference list.
|
static int |
SECTION__CHILD_ITEMS
The feature id for the 'Child Items' containment reference list.
|
static int |
SECTION__CHILDREN
The feature id for the 'Children' containment reference list.
|
static int |
SECTION__COLLAPSED
The feature id for the 'Collapsed' attribute.
|
static int |
SECTION__DIAGNOSTIC
The feature id for the 'Diagnostic' containment reference.
|
static int |
SECTION__ENABLED
The feature id for the 'Enabled' attribute.
|
static int |
SECTION__NAME
The feature id for the 'Name' attribute.
|
static int |
SECTION__READONLY
The feature id for the 'Readonly' attribute.
|
static int |
SECTION__VISIBLE
The feature id for the 'Visible' attribute.
|
static int |
SECTION_FEATURE_COUNT
The number of structural features of the 'Section' class.
|
static int |
SECTIONED_AREA
The meta object id for the '
Sectioned Area ' class. |
static int |
SECTIONED_AREA__ATTACHMENTS
The feature id for the 'Attachments' containment reference list.
|
static int |
SECTIONED_AREA__DIAGNOSTIC
The feature id for the 'Diagnostic' containment reference.
|
static int |
SECTIONED_AREA__ENABLED
The feature id for the 'Enabled' attribute.
|
static int |
SECTIONED_AREA__NAME
The feature id for the 'Name' attribute.
|
static int |
SECTIONED_AREA__READONLY
The feature id for the 'Readonly' attribute.
|
static int |
SECTIONED_AREA__ROOT
The feature id for the 'Root' containment reference.
|
static int |
SECTIONED_AREA__VISIBLE
The feature id for the 'Visible' attribute.
|
static int |
SECTIONED_AREA_FEATURE_COUNT
The number of structural features of the 'Sectioned Area' class.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.EReference |
getSection_ChildItems()
Returns the meta object for the containment reference list '
Child Items '. |
org.eclipse.emf.ecore.EAttribute |
getSection_Collapsed()
Returns the meta object for the attribute '
Collapsed '. |
org.eclipse.emf.ecore.EClass |
getSection()
Returns the meta object for class '
Section '. |
org.eclipse.emf.ecore.EReference |
getSectionedArea_Root()
Returns the meta object for the containment reference '
Root '. |
org.eclipse.emf.ecore.EClass |
getSectionedArea()
Returns the meta object for class '
Sectioned Area '. |
VSectionFactory |
getSectionFactory()
Returns the factory that creates the instances of the model.
|
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
getEAnnotation, getEAnnotations
static final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final VSectionPackage eINSTANCE
static final int SECTIONED_AREA
Sectioned Area
' class.
static final int SECTIONED_AREA__NAME
static final int SECTIONED_AREA__VISIBLE
static final int SECTIONED_AREA__ENABLED
static final int SECTIONED_AREA__READONLY
static final int SECTIONED_AREA__DIAGNOSTIC
static final int SECTIONED_AREA__ATTACHMENTS
static final int SECTIONED_AREA__ROOT
static final int SECTIONED_AREA_FEATURE_COUNT
static final int SECTION
Section
' class.
static final int SECTION__NAME
static final int SECTION__VISIBLE
static final int SECTION__ENABLED
static final int SECTION__READONLY
static final int SECTION__DIAGNOSTIC
static final int SECTION__ATTACHMENTS
static final int SECTION__CHILDREN
static final int SECTION__CHILD_ITEMS
static final int SECTION__COLLAPSED
static final int SECTION_FEATURE_COUNT
org.eclipse.emf.ecore.EClass getSectionedArea()
Sectioned Area
'.
VSectionedArea
org.eclipse.emf.ecore.EReference getSectionedArea_Root()
Root
'.
VSectionedArea.getRoot()
,
getSectionedArea()
org.eclipse.emf.ecore.EClass getSection()
Section
'.
VSection
org.eclipse.emf.ecore.EReference getSection_ChildItems()
Child Items
'.
VSection.getChildItems()
,
getSection()
org.eclipse.emf.ecore.EAttribute getSection_Collapsed()
Collapsed
'.
VSection.isCollapsed()
,
getSection()
VSectionFactory getSectionFactory()
Copyright © 2017. All rights reserved.