public interface ModelCellEditorPackage
ModelCellEditorFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
ModelCellEditorPackage.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 |
ABSTRACT_MODEL_CELL_EDITOR
The meta object id for the '
Abstract Model Cell Editor' class. |
static int |
ABSTRACT_MODEL_CELL_EDITOR__CELL_ID
The feature id for the 'Cell Id' attribute.
|
static int |
ABSTRACT_MODEL_CELL_EDITOR__CELL_TYPE
The feature id for the 'Cell Type' reference.
|
static int |
ABSTRACT_MODEL_CELL_EDITOR_FEATURE_COUNT
The number of structural features of the '
Abstract Model Cell Editor' class.
|
static int |
BASIC_CELL_EDITOR
The meta object id for the '
Basic Cell Editor' class. |
static int |
BASIC_CELL_EDITOR__BASIC_CELL_EDITOR_IMPL
The feature id for the 'Basic Cell Editor Impl'
attribute.
|
static int |
BASIC_CELL_EDITOR__CELL_ID
The feature id for the 'Cell Id' attribute.
|
static int |
BASIC_CELL_EDITOR__CELL_TYPE
The feature id for the 'Cell Type' reference.
|
static int |
BASIC_CELL_EDITOR_FEATURE_COUNT
The number of structural features of the 'Basic Cell Editor'
class.
|
static ModelCellEditorPackage |
eINSTANCE
The singleton instance of the package.
|
static java.lang.String |
eNAME
The package name.
|
static java.lang.String |
eNS_PREFIX
The package namespace name.
|
static java.lang.String |
eNS_URI
The package namespace URI.
|
static int |
MODEL_CELL_EDITOR_DECLARATIONS
The meta object id for the '
Declarations' class. |
static int |
MODEL_CELL_EDITOR_DECLARATIONS__MODEL_CELL_EDITORS
The feature id for the 'Model Cell Editors' containment
reference list.
|
static int |
MODEL_CELL_EDITOR_DECLARATIONS_FEATURE_COUNT
The number of structural features of the 'Declarations' class.
|
static int |
NARY_FEATURE_CELL_EDITOR
The meta object id for the '
Nary Feature Cell Editor' class. |
static int |
NARY_FEATURE_CELL_EDITOR__CELL_ID
The feature id for the 'Cell Id' attribute.
|
static int |
NARY_FEATURE_CELL_EDITOR__CELL_TYPE
The feature id for the 'Cell Type' reference.
|
static int |
NARY_FEATURE_CELL_EDITOR__NARY_FEATURE_CELL_EDITOR_IMPL
The feature id for the 'Nary Feature Cell Editor Impl'
attribute.
|
static int |
NARY_FEATURE_CELL_EDITOR_FEATURE_COUNT
The number of structural features of the '
Nary Feature Cell Editor' class.
|
static int |
UNARY_REFERENCE_CELL_EDITOR
The meta object id for the '
Unary Reference Cell Editor' class. |
static int |
UNARY_REFERENCE_CELL_EDITOR__CELL_ID
The feature id for the 'Cell Id' attribute.
|
static int |
UNARY_REFERENCE_CELL_EDITOR__CELL_TYPE
The feature id for the 'Cell Type' reference.
|
static int |
UNARY_REFERENCE_CELL_EDITOR__UNARY_REFERENCE_CELL_EDITOR_IMPL
The feature id for the 'Unary Reference Cell Editor Impl'
attribute.
|
static int |
UNARY_REFERENCE_CELL_EDITOR_FEATURE_COUNT
The number of structural features of the '
Unary Reference Cell Editor' class.
|
| Modifier and Type | Method and Description |
|---|---|
EAttribute |
getAbstractModelCellEditor_CellId()
Returns the meta object for the attribute '
Cell Id'. |
EReference |
getAbstractModelCellEditor_CellType()
Returns the meta object for the reference '
Cell Type'. |
EClass |
getAbstractModelCellEditor()
Returns the meta object for class '
Abstract Model Cell Editor'. |
EAttribute |
getBasicCellEditor_BasicCellEditorImpl()
Returns the meta object for the attribute '
Basic Cell Editor Impl'. |
EClass |
getBasicCellEditor()
Returns the meta object for class '
Basic Cell Editor'. |
EReference |
getModelCellEditorDeclarations_ModelCellEditors()
Returns the meta object for the containment reference list '
Model Cell Editors'. |
EClass |
getModelCellEditorDeclarations()
Returns the meta object for class '
Declarations'. |
ModelCellEditorFactory |
getModelCellEditorFactory()
Returns the factory that creates the instances of the model.
|
EAttribute |
getNaryFeatureCellEditor_NaryFeatureCellEditorImpl()
Returns the meta object for the attribute '
Nary Feature Cell Editor Impl'. |
EClass |
getNaryFeatureCellEditor()
Returns the meta object for class '
Nary Feature Cell Editor'. |
EAttribute |
getUnaryReferenceCellEditor_UnaryReferenceCellEditorImpl()
Returns the meta object for the attribute '
Unary Reference Cell Editor Impl'. |
EClass |
getUnaryReferenceCellEditor()
Returns the meta object for class '
Unary Reference Cell Editor'. |
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final ModelCellEditorPackage eINSTANCE
static final int MODEL_CELL_EDITOR_DECLARATIONS
Declarations' class. org.eclipse.emf.facet.widgets.celleditors.modelCellEditor.impl.ModelCellEditorDeclarationsImpl,
org.eclipse.emf.facet.widgets.celleditors.modelCellEditor.impl.ModelCellEditorPackageImpl#getModelCellEditorDeclarations(),
Constant Field Valuesstatic final int MODEL_CELL_EDITOR_DECLARATIONS__MODEL_CELL_EDITORS
static final int MODEL_CELL_EDITOR_DECLARATIONS_FEATURE_COUNT
static final int ABSTRACT_MODEL_CELL_EDITOR
Abstract Model Cell Editor' class. org.eclipse.emf.facet.widgets.celleditors.modelCellEditor.impl.AbstractModelCellEditorImpl,
org.eclipse.emf.facet.widgets.celleditors.modelCellEditor.impl.ModelCellEditorPackageImpl#getAbstractModelCellEditor(),
Constant Field Valuesstatic final int ABSTRACT_MODEL_CELL_EDITOR__CELL_TYPE
static final int ABSTRACT_MODEL_CELL_EDITOR__CELL_ID
static final int ABSTRACT_MODEL_CELL_EDITOR_FEATURE_COUNT
static final int BASIC_CELL_EDITOR
Basic Cell Editor' class. org.eclipse.emf.facet.widgets.celleditors.modelCellEditor.impl.BasicCellEditorImpl,
org.eclipse.emf.facet.widgets.celleditors.modelCellEditor.impl.ModelCellEditorPackageImpl#getBasicCellEditor(),
Constant Field Valuesstatic final int BASIC_CELL_EDITOR__CELL_TYPE
static final int BASIC_CELL_EDITOR__CELL_ID
static final int BASIC_CELL_EDITOR__BASIC_CELL_EDITOR_IMPL
static final int BASIC_CELL_EDITOR_FEATURE_COUNT
static final int UNARY_REFERENCE_CELL_EDITOR
Unary Reference Cell Editor' class.
org.eclipse.emf.facet.widgets.celleditors.modelCellEditor.impl.UnaryReferenceCellEditorImpl,
org.eclipse.emf.facet.widgets.celleditors.modelCellEditor.impl.ModelCellEditorPackageImpl#getUnaryReferenceCellEditor(),
Constant Field Valuesstatic final int UNARY_REFERENCE_CELL_EDITOR__CELL_TYPE
static final int UNARY_REFERENCE_CELL_EDITOR__CELL_ID
static final int UNARY_REFERENCE_CELL_EDITOR__UNARY_REFERENCE_CELL_EDITOR_IMPL
static final int UNARY_REFERENCE_CELL_EDITOR_FEATURE_COUNT
static final int NARY_FEATURE_CELL_EDITOR
Nary Feature Cell Editor' class. org.eclipse.emf.facet.widgets.celleditors.modelCellEditor.impl.NaryFeatureCellEditorImpl,
org.eclipse.emf.facet.widgets.celleditors.modelCellEditor.impl.ModelCellEditorPackageImpl#getNaryFeatureCellEditor(),
Constant Field Valuesstatic final int NARY_FEATURE_CELL_EDITOR__CELL_TYPE
static final int NARY_FEATURE_CELL_EDITOR__CELL_ID
static final int NARY_FEATURE_CELL_EDITOR__NARY_FEATURE_CELL_EDITOR_IMPL
static final int NARY_FEATURE_CELL_EDITOR_FEATURE_COUNT
EClass getModelCellEditorDeclarations()
Declarations'. ModelCellEditorDeclarationsEReference getModelCellEditorDeclarations_ModelCellEditors()
Model Cell Editors'. ModelCellEditorDeclarations.getModelCellEditors(),
getModelCellEditorDeclarations()EClass getAbstractModelCellEditor()
Abstract Model Cell Editor'. AbstractModelCellEditorEReference getAbstractModelCellEditor_CellType()
Cell Type'. AbstractModelCellEditor.getCellType(),
getAbstractModelCellEditor()EAttribute getAbstractModelCellEditor_CellId()
Cell Id'. AbstractModelCellEditor.getCellId(),
getAbstractModelCellEditor()EClass getBasicCellEditor()
Basic Cell Editor'. BasicCellEditorEAttribute getBasicCellEditor_BasicCellEditorImpl()
Basic Cell Editor Impl'. BasicCellEditor.getBasicCellEditorImpl(),
getBasicCellEditor()EClass getUnaryReferenceCellEditor()
Unary Reference Cell Editor'. UnaryReferenceCellEditorEAttribute getUnaryReferenceCellEditor_UnaryReferenceCellEditorImpl()
Unary Reference Cell Editor Impl'. UnaryReferenceCellEditor.getUnaryReferenceCellEditorImpl(),
getUnaryReferenceCellEditor()EClass getNaryFeatureCellEditor()
Nary Feature Cell Editor'. NaryFeatureCellEditorEAttribute getNaryFeatureCellEditor_NaryFeatureCellEditorImpl()
Nary Feature Cell Editor Impl'. NaryFeatureCellEditor.getNaryFeatureCellEditorImpl(),
getNaryFeatureCellEditor()ModelCellEditorFactory getModelCellEditorFactory()