org.eclipse.emf.facet.widgets.nattable.instance.tableinstance
Interface TableinstancePackage.Literals

Enclosing interface:
TableinstancePackage

public static interface TableinstancePackage.Literals

Defines literals for the meta objects that represent

Generated:

Field Summary
static EClass ATTRIBUTE_COLUMN
          The meta object literal for the 'Attribute Column' class.
static EReference ATTRIBUTE_COLUMN__ATTRIBUTE
          The meta object literal for the 'Attribute' reference feature.
static EClass COLUMN
          The meta object literal for the 'Column' class.
static EAttribute COLUMN__IS_HIDDEN
          The meta object literal for the 'Is Hidden' attribute feature.
static EAttribute COLUMN__WIDTH
          The meta object literal for the 'Width' attribute feature.
static EClass CONTEXT_COLUMN
          The meta object literal for the 'Context Column' class.
static EClass DEFAULT_LABEL_COLUMN
          The meta object literal for the 'Default Label Column' class.
static EClass ECONTAINER_COLUMN
          The meta object literal for the 'EContainer Column' class.
static EClass FACET_ATTRIBUTE_COLUMN
          The meta object literal for the 'Facet Attribute Column' class.
static EReference FACET_ATTRIBUTE_COLUMN__ATTRIBUTE
          The meta object literal for the 'Attribute' reference feature.
static EClass FACET_FEATURE_COLUMN
          The meta object literal for the 'Facet Feature Column' class.
static EReference FACET_FEATURE_COLUMN__FACET_FEATURE
          The meta object literal for the 'Facet Feature' reference feature.
static EClass FACET_REFERENCE_COLUMN
          The meta object literal for the 'Facet Reference Column' class.
static EReference FACET_REFERENCE_COLUMN__REFERENCE
          The meta object literal for the 'Reference' reference feature.
static EClass FEATURE_COLUMN
          The meta object literal for the 'Feature Column' class.
static EReference FEATURE_COLUMN__FEATURE
          The meta object literal for the 'Feature' reference feature.
static EClass META_CLASS_COLUMN
          The meta object literal for the 'Meta Class Column' class.
static EClass QUERY_COLUMN
          The meta object literal for the 'Query Column' class.
static EReference QUERY_COLUMN__QUERY
          The meta object literal for the 'Query' reference feature.
static EReference QUERY_COLUMN__QUERY_RESULT
          The meta object literal for the 'Query Result' reference list feature.
static EClass QUERY_TABLE_INSTANCE
          The meta object literal for the 'Query Table Instance' class.
static EReference QUERY_TABLE_INSTANCE__QUERY_RESULTS
          The meta object literal for the 'Query Results' reference list feature.
static EClass REFERENCE_COLUMN
          The meta object literal for the 'Reference Column' class.
static EReference REFERENCE_COLUMN__REFERENCE
          The meta object literal for the 'Reference' reference feature.
static EClass ROW
          The meta object literal for the 'Row' class.
static EReference ROW__ELEMENT
          The meta object literal for the 'Element' reference feature.
static EAttribute ROW__HEIGHT
          The meta object literal for the 'Height' attribute feature.
static EClass TABLE_INSTANCE
          The meta object literal for the 'Table Instance' class.
static EReference TABLE_INSTANCE__COLUMNS
          The meta object literal for the 'Columns' containment reference list feature.
static EReference TABLE_INSTANCE__CONTEXT
          The meta object literal for the 'Context' reference feature.
static EReference TABLE_INSTANCE__CUSTOMIZATIONS
          The meta object literal for the 'Customizations' reference list feature.
static EAttribute TABLE_INSTANCE__DESCRIPTION
          The meta object literal for the 'Description' attribute feature.
static EReference TABLE_INSTANCE__ELEMENTS
          The meta object literal for the 'Elements' reference list feature.
static EReference TABLE_INSTANCE__FACETS
          The meta object literal for the 'Facets' reference feature.
static EAttribute TABLE_INSTANCE__HIDE_EMPTY_COLUMNS
          The meta object literal for the 'Hide Empty Columns' attribute feature.
static EReference TABLE_INSTANCE__LOCAL_CUSTOMIZATION
          The meta object literal for the 'Local Customization' containment reference feature.
static EAttribute TABLE_INSTANCE__ONLY_SHOW_COMMON_COLUMNS
          The meta object literal for the 'Only Show Common Columns' attribute feature.
static EAttribute TABLE_INSTANCE__PARAMETER
          The meta object literal for the 'Parameter' attribute feature.
static EReference TABLE_INSTANCE__ROWS
          The meta object literal for the 'Rows' containment reference list feature.
static EReference TABLE_INSTANCE__TABLE_CONFIGURATION
          The meta object literal for the 'Table Configuration' reference feature.
 

Field Detail

TABLE_INSTANCE

static final EClass TABLE_INSTANCE
The meta object literal for the 'Table Instance' class.

See Also:
org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.impl.TableInstanceImpl, org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.impl.TableinstancePackageImpl#getTableInstance()
Generated:

TABLE_INSTANCE__TABLE_CONFIGURATION

static final EReference TABLE_INSTANCE__TABLE_CONFIGURATION
The meta object literal for the 'Table Configuration' reference feature.

Generated:

TABLE_INSTANCE__CUSTOMIZATIONS

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

Generated:

TABLE_INSTANCE__FACETS

static final EReference TABLE_INSTANCE__FACETS
The meta object literal for the 'Facets' reference feature.

Generated:

TABLE_INSTANCE__CONTEXT

static final EReference TABLE_INSTANCE__CONTEXT
The meta object literal for the 'Context' reference feature.

Generated:

TABLE_INSTANCE__PARAMETER

static final EAttribute TABLE_INSTANCE__PARAMETER
The meta object literal for the 'Parameter' attribute feature.

Generated:

TABLE_INSTANCE__HIDE_EMPTY_COLUMNS

static final EAttribute TABLE_INSTANCE__HIDE_EMPTY_COLUMNS
The meta object literal for the 'Hide Empty Columns' attribute feature.

Generated:

TABLE_INSTANCE__ONLY_SHOW_COMMON_COLUMNS

static final EAttribute TABLE_INSTANCE__ONLY_SHOW_COMMON_COLUMNS
The meta object literal for the 'Only Show Common Columns' attribute feature.

Generated:

TABLE_INSTANCE__DESCRIPTION

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

Generated:

TABLE_INSTANCE__COLUMNS

static final EReference TABLE_INSTANCE__COLUMNS
The meta object literal for the 'Columns' containment reference list feature.

Generated:

TABLE_INSTANCE__ROWS

static final EReference TABLE_INSTANCE__ROWS
The meta object literal for the 'Rows' containment reference list feature.

Generated:

TABLE_INSTANCE__ELEMENTS

static final EReference TABLE_INSTANCE__ELEMENTS
The meta object literal for the 'Elements' reference list feature.

Generated:

TABLE_INSTANCE__LOCAL_CUSTOMIZATION

static final EReference TABLE_INSTANCE__LOCAL_CUSTOMIZATION
The meta object literal for the 'Local Customization' containment reference feature.

Generated:

QUERY_TABLE_INSTANCE

static final EClass QUERY_TABLE_INSTANCE
The meta object literal for the 'Query Table Instance' class.

See Also:
org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.impl.QueryTableInstanceImpl, org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.impl.TableinstancePackageImpl#getQueryTableInstance()
Generated:

QUERY_TABLE_INSTANCE__QUERY_RESULTS

static final EReference QUERY_TABLE_INSTANCE__QUERY_RESULTS
The meta object literal for the 'Query Results' reference list feature.

Generated:

COLUMN

static final EClass COLUMN
The meta object literal for the 'Column' class.

See Also:
org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.impl.ColumnImpl, org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.impl.TableinstancePackageImpl#getColumn()
Generated:

COLUMN__IS_HIDDEN

static final EAttribute COLUMN__IS_HIDDEN
The meta object literal for the 'Is Hidden' attribute feature.

Generated:

COLUMN__WIDTH

static final EAttribute COLUMN__WIDTH
The meta object literal for the 'Width' attribute feature.

Generated:

QUERY_COLUMN

static final EClass QUERY_COLUMN
The meta object literal for the 'Query Column' class.

See Also:
org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.impl.QueryColumnImpl, org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.impl.TableinstancePackageImpl#getQueryColumn()
Generated:

QUERY_COLUMN__QUERY

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

Generated:

QUERY_COLUMN__QUERY_RESULT

static final EReference QUERY_COLUMN__QUERY_RESULT
The meta object literal for the 'Query Result' reference list feature.

Generated:

REFERENCE_COLUMN

static final EClass REFERENCE_COLUMN
The meta object literal for the 'Reference Column' class.

See Also:
org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.impl.ReferenceColumnImpl, org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.impl.TableinstancePackageImpl#getReferenceColumn()
Generated:

REFERENCE_COLUMN__REFERENCE

static final EReference REFERENCE_COLUMN__REFERENCE
The meta object literal for the 'Reference' reference feature.

Generated:

CONTEXT_COLUMN

static final EClass CONTEXT_COLUMN
The meta object literal for the 'Context Column' class.

See Also:
org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.impl.ContextColumnImpl, org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.impl.TableinstancePackageImpl#getContextColumn()
Generated:

META_CLASS_COLUMN

static final EClass META_CLASS_COLUMN
The meta object literal for the 'Meta Class Column' class.

See Also:
org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.impl.MetaClassColumnImpl, org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.impl.TableinstancePackageImpl#getMetaClassColumn()
Generated:

ATTRIBUTE_COLUMN

static final EClass ATTRIBUTE_COLUMN
The meta object literal for the 'Attribute Column' class.

See Also:
org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.impl.AttributeColumnImpl, org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.impl.TableinstancePackageImpl#getAttributeColumn()
Generated:

ATTRIBUTE_COLUMN__ATTRIBUTE

static final EReference ATTRIBUTE_COLUMN__ATTRIBUTE
The meta object literal for the 'Attribute' reference feature.

Generated:

ECONTAINER_COLUMN

static final EClass ECONTAINER_COLUMN
The meta object literal for the 'EContainer Column' class.

See Also:
org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.impl.EContainerColumnImpl, org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.impl.TableinstancePackageImpl#getEContainerColumn()
Generated:

DEFAULT_LABEL_COLUMN

static final EClass DEFAULT_LABEL_COLUMN
The meta object literal for the 'Default Label Column' class.

See Also:
org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.impl.DefaultLabelColumnImpl, org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.impl.TableinstancePackageImpl#getDefaultLabelColumn()
Generated:

FEATURE_COLUMN

static final EClass FEATURE_COLUMN
The meta object literal for the 'Feature Column' class.

See Also:
FeatureColumn, org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.impl.TableinstancePackageImpl#getFeatureColumn()
Generated:

FEATURE_COLUMN__FEATURE

static final EReference FEATURE_COLUMN__FEATURE
The meta object literal for the 'Feature' reference feature.

Generated:

ROW

static final EClass ROW
The meta object literal for the 'Row' class.

See Also:
org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.impl.RowImpl, org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.impl.TableinstancePackageImpl#getRow()
Generated:

ROW__ELEMENT

static final EReference ROW__ELEMENT
The meta object literal for the 'Element' reference feature.

Generated:

ROW__HEIGHT

static final EAttribute ROW__HEIGHT
The meta object literal for the 'Height' attribute feature.

Generated:

FACET_ATTRIBUTE_COLUMN

static final EClass FACET_ATTRIBUTE_COLUMN
The meta object literal for the 'Facet Attribute Column' class.

See Also:
org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.impl.FacetAttributeColumnImpl, org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.impl.TableinstancePackageImpl#getFacetAttributeColumn()
Generated:

FACET_ATTRIBUTE_COLUMN__ATTRIBUTE

static final EReference FACET_ATTRIBUTE_COLUMN__ATTRIBUTE
The meta object literal for the 'Attribute' reference feature.

Generated:

FACET_REFERENCE_COLUMN

static final EClass FACET_REFERENCE_COLUMN
The meta object literal for the 'Facet Reference Column' class.

See Also:
org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.impl.FacetReferenceColumnImpl, org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.impl.TableinstancePackageImpl#getFacetReferenceColumn()
Generated:

FACET_REFERENCE_COLUMN__REFERENCE

static final EReference FACET_REFERENCE_COLUMN__REFERENCE
The meta object literal for the 'Reference' reference feature.

Generated:

FACET_FEATURE_COLUMN

static final EClass FACET_FEATURE_COLUMN
The meta object literal for the 'Facet Feature Column' class.

See Also:
org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.impl.FacetFeatureColumnImpl, org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.impl.TableinstancePackageImpl#getFacetFeatureColumn()
Generated:

FACET_FEATURE_COLUMN__FACET_FEATURE

static final EReference FACET_FEATURE_COLUMN__FACET_FEATURE
The meta object literal for the 'Facet Feature' reference feature.

Generated: