|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VGroupedGridPackage
The Package for the model. It contains accessors for the meta objects to represent
VGroupedGridFactory
Nested Class Summary | |
---|---|
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 |
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 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. |
Method Summary | |
---|---|
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 '. |
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 |
---|
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.
VGroupedGridImpl
,
VGroupedGridPackageImpl.getGroupedGrid()
,
Constant Field Valuesstatic 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.
VGroupImpl
,
VGroupedGridPackageImpl.getGroup()
,
Constant Field Valuesstatic final int GROUP__ROWS
static final int GROUP__NAME
static final int GROUP_FEATURE_COUNT
static final int ROW
Row
'
class.
VRowImpl
,
VGroupedGridPackageImpl.getRow()
,
Constant Field Valuesstatic final int ROW__CHILDREN
static final int ROW_FEATURE_COUNT
static final int SPAN
Span
'
class.
VSpanImpl
,
VGroupedGridPackageImpl.getSpan()
,
Constant Field Valuesstatic final int SPAN__HORIZONTAL_SPAN
static final int SPAN_FEATURE_COUNT
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |