public interface VControlgridPackage
extends org.eclipse.emf.ecore.EPackage
VControlgridFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
VControlgridPackage.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 int |
CONTROL_GRID
The meta object id for the '
Control Grid ' class. |
static int |
CONTROL_GRID__ATTACHMENTS
The feature id for the 'Attachments' containment reference list.
|
static int |
CONTROL_GRID__DIAGNOSTIC
The feature id for the 'Diagnostic' containment reference.
|
static int |
CONTROL_GRID__ENABLED
The feature id for the 'Enabled' attribute.
|
static int |
CONTROL_GRID__LABEL
The feature id for the 'Label' attribute.
|
static int |
CONTROL_GRID__NAME
The feature id for the 'Name' attribute.
|
static int |
CONTROL_GRID__READONLY
The feature id for the 'Readonly' attribute.
|
static int |
CONTROL_GRID__ROWS
The feature id for the 'Rows' containment reference list.
|
static int |
CONTROL_GRID__VISIBLE
The feature id for the 'Visible' attribute.
|
static int |
CONTROL_GRID_CELL
The meta object id for the '
Control Grid Cell ' class. |
static int |
CONTROL_GRID_CELL__CONTROL
The feature id for the 'Control' containment reference.
|
static int |
CONTROL_GRID_CELL_FEATURE_COUNT
The number of structural features of the 'Control Grid Cell' class.
|
static int |
CONTROL_GRID_FEATURE_COUNT
The number of structural features of the 'Control Grid' class.
|
static int |
CONTROL_GRID_ROW
The meta object id for the '
Control Grid Row ' class. |
static int |
CONTROL_GRID_ROW__CELLS
The feature id for the 'Cells' containment reference list.
|
static int |
CONTROL_GRID_ROW_FEATURE_COUNT
The number of structural features of the 'Control Grid Row' class.
|
static VControlgridPackage |
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.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.EReference |
getControlGrid_Rows()
Returns the meta object for the containment reference list '
Rows '. |
org.eclipse.emf.ecore.EClass |
getControlGrid()
Returns the meta object for class '
Control Grid '. |
org.eclipse.emf.ecore.EReference |
getControlGridCell_Control()
Returns the meta object for the containment reference '
Control '. |
org.eclipse.emf.ecore.EClass |
getControlGridCell()
Returns the meta object for class '
Control Grid Cell '. |
VControlgridFactory |
getControlgridFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EReference |
getControlGridRow_Cells()
Returns the meta object for the containment reference list '
Cells '. |
org.eclipse.emf.ecore.EClass |
getControlGridRow()
Returns the meta object for class '
Control Grid Row '. |
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 VControlgridPackage eINSTANCE
static final int CONTROL_GRID
Control Grid
' class.
static final int CONTROL_GRID__NAME
static final int CONTROL_GRID__LABEL
static final int CONTROL_GRID__VISIBLE
static final int CONTROL_GRID__ENABLED
static final int CONTROL_GRID__READONLY
static final int CONTROL_GRID__DIAGNOSTIC
static final int CONTROL_GRID__ATTACHMENTS
static final int CONTROL_GRID__ROWS
static final int CONTROL_GRID_FEATURE_COUNT
static final int CONTROL_GRID_ROW
Control Grid Row
' class.
static final int CONTROL_GRID_ROW__CELLS
static final int CONTROL_GRID_ROW_FEATURE_COUNT
static final int CONTROL_GRID_CELL
Control Grid Cell
' class.
static final int CONTROL_GRID_CELL__CONTROL
static final int CONTROL_GRID_CELL_FEATURE_COUNT
org.eclipse.emf.ecore.EClass getControlGrid()
Control Grid
'.
VControlGrid
org.eclipse.emf.ecore.EReference getControlGrid_Rows()
Rows
'.
VControlGrid.getRows()
,
getControlGrid()
org.eclipse.emf.ecore.EClass getControlGridRow()
Control Grid Row
'.
VControlGridRow
org.eclipse.emf.ecore.EReference getControlGridRow_Cells()
Cells
'.
VControlGridRow.getCells()
,
getControlGridRow()
org.eclipse.emf.ecore.EClass getControlGridCell()
Control Grid Cell
'.
VControlGridCell
org.eclipse.emf.ecore.EReference getControlGridCell_Control()
Control
'.
VControlGridCell.getControl()
,
getControlGridCell()
VControlgridFactory getControlgridFactory()
Copyright © 2018. All rights reserved.