org.eclipse.emf.facet.widgets.nattable.tableconfiguration
Interface TableconfigurationPackage.Literals

Enclosing interface:
TableconfigurationPackage

public static interface TableconfigurationPackage.Literals

Defines literals for the meta objects that represent

Generated:

Field Summary
static EClass INSTANTIATION_METHOD
          The meta object literal for the 'Instantiation Method' class.
static EAttribute INSTANTIATION_METHOD__DESCRIPTION
          The meta object literal for the 'Description' attribute feature.
static EReference INSTANTIATION_METHOD__INSTANTIATION_QUERY
          The meta object literal for the 'Instantiation Query' reference feature.
static EAttribute INSTANTIATION_METHOD__NAME
          The meta object literal for the 'Name' attribute feature.
static EClass TABLE_CONFIGURATION
          The meta object literal for the 'Table Configuration' class.
static EReference TABLE_CONFIGURATION__CAN_BE_PRESENTED_IN_THE_TABLE
          The meta object literal for the 'Can Be Presented In The Table' reference feature.
static EReference TABLE_CONFIGURATION__DEFAULT_CUSTOMIZATIONS
          The meta object literal for the ' Default Customizations' reference list feature.
static EReference TABLE_CONFIGURATION__DEFAULT_FACETS
          The meta object literal for the 'Default Facets' reference list feature.
static EReference TABLE_CONFIGURATION__DEFAULT_LOCAL_CUSTOMIZATION
          The meta object literal for the 'Default Local Customization' reference feature.
static EReference TABLE_CONFIGURATION__FORCED_CELL_EDITORS
          The meta object literal for the 'Forced Cell Editors' reference list feature.
static EReference TABLE_CONFIGURATION__INSTANTIATION_METHOD
          The meta object literal for the 'Instantiation Method' containment reference list feature.
 

Field Detail

TABLE_CONFIGURATION

static final EClass TABLE_CONFIGURATION
The meta object literal for the 'Table Configuration' class.

See Also:
org.eclipse.emf.facet.widgets.nattable.tableconfiguration.impl.TableConfigurationImpl, org.eclipse.emf.facet.widgets.nattable.tableconfiguration.impl.TableconfigurationPackageImpl#getTableConfiguration()
Generated:

TABLE_CONFIGURATION__CAN_BE_PRESENTED_IN_THE_TABLE

static final EReference TABLE_CONFIGURATION__CAN_BE_PRESENTED_IN_THE_TABLE
The meta object literal for the 'Can Be Presented In The Table' reference feature.

Generated:

TABLE_CONFIGURATION__FORCED_CELL_EDITORS

static final EReference TABLE_CONFIGURATION__FORCED_CELL_EDITORS
The meta object literal for the 'Forced Cell Editors' reference list feature.

Generated:

TABLE_CONFIGURATION__DEFAULT_FACETS

static final EReference TABLE_CONFIGURATION__DEFAULT_FACETS
The meta object literal for the 'Default Facets' reference list feature.

Generated:

TABLE_CONFIGURATION__DEFAULT_CUSTOMIZATIONS

static final EReference TABLE_CONFIGURATION__DEFAULT_CUSTOMIZATIONS
The meta object literal for the ' Default Customizations' reference list feature.

Generated:

TABLE_CONFIGURATION__INSTANTIATION_METHOD

static final EReference TABLE_CONFIGURATION__INSTANTIATION_METHOD
The meta object literal for the 'Instantiation Method' containment reference list feature.

Generated:

TABLE_CONFIGURATION__DEFAULT_LOCAL_CUSTOMIZATION

static final EReference TABLE_CONFIGURATION__DEFAULT_LOCAL_CUSTOMIZATION
The meta object literal for the 'Default Local Customization' reference feature.

Generated:

INSTANTIATION_METHOD

static final EClass INSTANTIATION_METHOD
The meta object literal for the 'Instantiation Method' class.

See Also:
org.eclipse.emf.facet.widgets.nattable.tableconfiguration.impl.InstantiationMethodImpl, org.eclipse.emf.facet.widgets.nattable.tableconfiguration.impl.TableconfigurationPackageImpl#getInstantiationMethod()
Generated:

INSTANTIATION_METHOD__NAME

static final EAttribute INSTANTIATION_METHOD__NAME
The meta object literal for the 'Name' attribute feature.

Generated:

INSTANTIATION_METHOD__DESCRIPTION

static final EAttribute INSTANTIATION_METHOD__DESCRIPTION
The meta object literal for the 'Description' attribute feature.

Generated:

INSTANTIATION_METHOD__INSTANTIATION_QUERY

static final EReference INSTANTIATION_METHOD__INSTANTIATION_QUERY
The meta object literal for the 'Instantiation Query' reference feature.

Generated: