public interface VGroupedGridPackage
extends org.eclipse.emf.ecore.EPackage
VGroupedGridFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
VGroupedGridPackage.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 VGroupedGridPackage |
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 |
GROUP
The meta object id for the '
Group
' class. |
static int |
GROUP__NAME
The feature id for the 'Name' attribute.
|
static int |
GROUP__ROWS
The feature id for the 'Rows' containment reference list.
|
static int |
GROUP_FEATURE_COUNT
The number of structural features of the 'Group' class.
|
static int |
GROUPED_GRID
The meta object id for the '
Grouped Grid ' class. |
static int |
GROUPED_GRID__ATTACHMENTS
The feature id for the 'Attachments' containment reference list.
|
static int |
GROUPED_GRID__DIAGNOSTIC
The feature id for the 'Diagnostic' containment reference.
|
static int |
GROUPED_GRID__ENABLED
The feature id for the 'Enabled' attribute.
|
static int |
GROUPED_GRID__GROUPS
The feature id for the 'Groups' containment reference list.
|
static int |
GROUPED_GRID__NAME
The feature id for the 'Name' attribute.
|
static int |
GROUPED_GRID__READONLY
The feature id for the 'Readonly' attribute.
|
static int |
GROUPED_GRID__VISIBLE
The feature id for the 'Visible' attribute.
|
static int |
GROUPED_GRID_FEATURE_COUNT
The number of structural features of the 'Grouped Grid' class.
|
static int |
ROW
The meta object id for the '
Row '
class. |
static int |
ROW__CHILDREN
The feature id for the 'Children' containment reference list.
|
static int |
ROW_FEATURE_COUNT
The number of structural features of the 'Row' class.
|
static int |
SPAN
The meta object id for the '
Span '
class. |
static int |
SPAN__HORIZONTAL_SPAN
The feature id for the 'Horizontal Span' attribute.
|
static int |
SPAN_FEATURE_COUNT
The number of structural features of the 'Span' class.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.EAttribute |
getGroup_Name()
Returns the meta object for the attribute '
Name '. |
org.eclipse.emf.ecore.EReference |
getGroup_Rows()
Returns the meta object for the containment reference list '
Rows '. |
org.eclipse.emf.ecore.EClass |
getGroup()
Returns the meta object for class '
Group '. |
org.eclipse.emf.ecore.EReference |
getGroupedGrid_Groups()
Returns the meta object for the containment reference list '
Groups '. |
org.eclipse.emf.ecore.EClass |
getGroupedGrid()
Returns the meta object for class '
Grouped Grid '. |
VGroupedGridFactory |
getGroupedGridFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EReference |
getRow_Children()
Returns the meta object for the containment reference list '
Children '. |
org.eclipse.emf.ecore.EClass |
getRow()
Returns the meta object for class '
Row '. |
org.eclipse.emf.ecore.EAttribute |
getSpan_HorizontalSpan()
Returns the meta object for the attribute '
Horizontal Span '. |
org.eclipse.emf.ecore.EClass |
getSpan()
Returns the meta object for class '
Span '. |
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 VGroupedGridPackage eINSTANCE
static final int GROUPED_GRID
Grouped Grid
' class.
static final int GROUPED_GRID__NAME
static final int GROUPED_GRID__VISIBLE
static final int GROUPED_GRID__ENABLED
static final int GROUPED_GRID__READONLY
static final int GROUPED_GRID__DIAGNOSTIC
static final int GROUPED_GRID__ATTACHMENTS
static final int GROUPED_GRID__GROUPS
static final int GROUPED_GRID_FEATURE_COUNT
static final int GROUP
Group
' class.
static final int GROUP__ROWS
static final int GROUP__NAME
static final int GROUP_FEATURE_COUNT
static final int ROW
Row
'
class.
static final int ROW__CHILDREN
static final int ROW_FEATURE_COUNT
static final int SPAN
Span
'
class.
static final int SPAN__HORIZONTAL_SPAN
static final int SPAN_FEATURE_COUNT
org.eclipse.emf.ecore.EClass getGroupedGrid()
Grouped Grid
'.
VGroupedGrid
org.eclipse.emf.ecore.EReference getGroupedGrid_Groups()
Groups
'.
VGroupedGrid.getGroups()
,
getGroupedGrid()
org.eclipse.emf.ecore.EClass getGroup()
Group
'.
VGroup
org.eclipse.emf.ecore.EReference getGroup_Rows()
Rows
'.
VGroup.getRows()
,
getGroup()
org.eclipse.emf.ecore.EAttribute getGroup_Name()
Name
'.
VGroup.getName()
,
getGroup()
org.eclipse.emf.ecore.EClass getRow()
Row
'.
VRow
org.eclipse.emf.ecore.EReference getRow_Children()
Children
'.
VRow.getChildren()
,
getRow()
org.eclipse.emf.ecore.EClass getSpan()
Span
'.
VSpan
org.eclipse.emf.ecore.EAttribute getSpan_HorizontalSpan()
Horizontal Span
'.
VSpan.getHorizontalSpan()
,
getSpan()
VGroupedGridFactory getGroupedGridFactory()
Copyright © 2016. All rights reserved.