public interface TableconfigurationPackage
TableconfigurationFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
TableconfigurationPackage.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 TableconfigurationPackage |
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 |
INSTANTIATION_METHOD
The meta object id for the '
Instantiation Method ' class. |
static int |
INSTANTIATION_METHOD__DESCRIPTION
The feature id for the 'Description' attribute.
|
static int |
INSTANTIATION_METHOD__INSTANTIATION_OPERATION
The feature id for the 'Instantiation Operation' reference.
|
static int |
INSTANTIATION_METHOD__NAME
The feature id for the 'Name' attribute.
|
static int |
INSTANTIATION_METHOD_FEATURE_COUNT
The number of structural features of the 'Instantiation Method' class.
|
static int |
TABLE_CONFIGURATION
The meta object id for the '
Table Configuration ' class. |
static int |
TABLE_CONFIGURATION__CAN_BE_PRESENTED_IN_THE_TABLE
The feature id for the 'Can Be Presented In The Table' reference.
|
static int |
TABLE_CONFIGURATION__DEFAULT_COLUMNS
The feature id for the 'Default Columns' reference list.
|
static int |
TABLE_CONFIGURATION__DEFAULT_CUSTOMIZATIONS
The feature id for the 'Default Customizations' reference list.
|
static int |
TABLE_CONFIGURATION__DEFAULT_FACETS
The feature id for the 'Default Facets' reference list.
|
static int |
TABLE_CONFIGURATION__DEFAULT_LOCAL_CUSTOMIZATIONS
The feature id for the 'Default Local Customizations' reference list.
|
static int |
TABLE_CONFIGURATION__FORCED_CELL_EDITORS
The feature id for the 'Forced Cell Editors' reference list.
|
static int |
TABLE_CONFIGURATION__INSTANTIATION_METHOD
The feature id for the 'Instantiation Method' containment reference list.
|
static int |
TABLE_CONFIGURATION_FEATURE_COUNT
The number of structural features of the 'Table Configuration' class.
|
Modifier and Type | Method and Description |
---|---|
EAttribute |
getInstantiationMethod_Description()
Returns the meta object for the attribute '
Description '. |
EReference |
getInstantiationMethod_InstantiationOperation()
Returns the meta object for the reference '
Instantiation Operation '. |
EAttribute |
getInstantiationMethod_Name()
Returns the meta object for the attribute '
Name '. |
EClass |
getInstantiationMethod()
Returns the meta object for class '
Instantiation Method '. |
EReference |
getTableConfiguration_CanBePresentedInTheTable()
Returns the meta object for the reference '
Can Be Presented In The Table '. |
EReference |
getTableConfiguration_DefaultColumns()
Returns the meta object for the reference list '
Default Columns '. |
EReference |
getTableConfiguration_DefaultCustomizations()
Returns the meta object for the reference list '
Default Customizations '. |
EReference |
getTableConfiguration_DefaultFacets()
Returns the meta object for the reference list '
Default Facets '. |
EReference |
getTableConfiguration_DefaultLocalCustomizations()
Returns the meta object for the reference list '
Default Local Customizations '. |
EReference |
getTableConfiguration_ForcedCellEditors()
Returns the meta object for the reference list '
Forced Cell Editors '. |
EReference |
getTableConfiguration_InstantiationMethod()
Returns the meta object for the containment reference list '
Instantiation Method '. |
EClass |
getTableConfiguration()
Returns the meta object for class '
Table Configuration '. |
TableconfigurationFactory |
getTableconfigurationFactory()
Returns the factory that creates the instances of the model.
|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final TableconfigurationPackage eINSTANCE
static final int TABLE_CONFIGURATION
Table Configuration
' class.
org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.tableconfiguration.impl.TableConfigurationImpl
,
org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.tableconfiguration.impl.TableconfigurationPackageImpl#getTableConfiguration()
,
Constant Field Valuesstatic final int TABLE_CONFIGURATION__DEFAULT_LOCAL_CUSTOMIZATIONS
static final int TABLE_CONFIGURATION__CAN_BE_PRESENTED_IN_THE_TABLE
static final int TABLE_CONFIGURATION__FORCED_CELL_EDITORS
static final int TABLE_CONFIGURATION__DEFAULT_FACETS
static final int TABLE_CONFIGURATION__DEFAULT_CUSTOMIZATIONS
static final int TABLE_CONFIGURATION__INSTANTIATION_METHOD
static final int TABLE_CONFIGURATION__DEFAULT_COLUMNS
static final int TABLE_CONFIGURATION_FEATURE_COUNT
static final int INSTANTIATION_METHOD
Instantiation Method
' class.
org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.tableconfiguration.impl.InstantiationMethodImpl
,
org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.tableconfiguration.impl.TableconfigurationPackageImpl#getInstantiationMethod()
,
Constant Field Valuesstatic final int INSTANTIATION_METHOD__NAME
static final int INSTANTIATION_METHOD__DESCRIPTION
static final int INSTANTIATION_METHOD__INSTANTIATION_OPERATION
static final int INSTANTIATION_METHOD_FEATURE_COUNT
EClass getTableConfiguration()
Table Configuration
'.
TableConfiguration
EReference getTableConfiguration_DefaultLocalCustomizations()
Default Local Customizations
'.
TableConfiguration.getDefaultLocalCustomizations()
,
getTableConfiguration()
EReference getTableConfiguration_CanBePresentedInTheTable()
Can Be Presented In The Table
'.
TableConfiguration.getCanBePresentedInTheTable()
,
getTableConfiguration()
EReference getTableConfiguration_ForcedCellEditors()
Forced Cell Editors
'.
TableConfiguration.getForcedCellEditors()
,
getTableConfiguration()
EReference getTableConfiguration_DefaultFacets()
Default Facets
'.
TableConfiguration.getDefaultFacets()
,
getTableConfiguration()
EReference getTableConfiguration_DefaultCustomizations()
Default Customizations
'.
TableConfiguration.getDefaultCustomizations()
,
getTableConfiguration()
EReference getTableConfiguration_InstantiationMethod()
Instantiation Method
'.
TableConfiguration.getInstantiationMethod()
,
getTableConfiguration()
EReference getTableConfiguration_DefaultColumns()
Default Columns
'.
TableConfiguration.getDefaultColumns()
,
getTableConfiguration()
EClass getInstantiationMethod()
Instantiation Method
'.
InstantiationMethod
EAttribute getInstantiationMethod_Name()
Name
'.
InstantiationMethod.getName()
,
getInstantiationMethod()
EAttribute getInstantiationMethod_Description()
Description
'.
InstantiationMethod.getDescription()
,
getInstantiationMethod()
EReference getInstantiationMethod_InstantiationOperation()
Instantiation Operation
'.
InstantiationMethod.getInstantiationOperation()
,
getInstantiationMethod()
TableconfigurationFactory getTableconfigurationFactory()