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


Deprecated. cf. Bug 371180 - [Deprecated] org.eclipse.emf.facet.widgets.nattable.tableconfiguration (https://bugs.eclipse.org/bugs/show_bug.cgi?id=371180).

@Deprecated
public interface TableconfigurationPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
TableconfigurationFactory
Generated:
Model:
kind="package"

Nested Class Summary
static interface TableconfigurationPackage.Literals
          Deprecated. 
 
Field Summary
static TableconfigurationPackage eINSTANCE
          Deprecated. The singleton instance of the package.
static java.lang.String eNAME
          Deprecated. The package name.
static java.lang.String eNS_PREFIX
          Deprecated. The package namespace name.
static java.lang.String eNS_URI
          Deprecated. The package namespace URI.
static int INSTANTIATION_METHOD
          Deprecated. The meta object id for the 'Instantiation Method' class.
static int INSTANTIATION_METHOD__DESCRIPTION
          Deprecated. The feature id for the 'Description' attribute.
static int INSTANTIATION_METHOD__INSTANTIATION_QUERY
          Deprecated. The feature id for the 'Instantiation Query' reference.
static int INSTANTIATION_METHOD__NAME
          Deprecated. The feature id for the 'Name' attribute.
static int INSTANTIATION_METHOD_FEATURE_COUNT
          Deprecated. The number of structural features of the 'Instantiation Method' class.
static int TABLE_CONFIGURATION
          Deprecated. The meta object id for the 'Table Configuration' class.
static int TABLE_CONFIGURATION__CAN_BE_PRESENTED_IN_THE_TABLE
          Deprecated. The feature id for the 'Can Be Presented In The Table' reference.
static int TABLE_CONFIGURATION__DEFAULT_CUSTOMIZATIONS
          Deprecated. The feature id for the 'Default Customizations' reference list.
static int TABLE_CONFIGURATION__DEFAULT_FACETS
          Deprecated. The feature id for the 'Default Facets' reference list.
static int TABLE_CONFIGURATION__DEFAULT_LOCAL_CUSTOMIZATION
          Deprecated. The feature id for the 'Default Local Customization' reference.
static int TABLE_CONFIGURATION__FORCED_CELL_EDITORS
          Deprecated. The feature id for the 'Forced Cell Editors' reference list.
static int TABLE_CONFIGURATION__INSTANTIATION_METHOD
          Deprecated. The feature id for the 'Instantiation Method' containment reference list.
static int TABLE_CONFIGURATION_FEATURE_COUNT
          Deprecated. The number of structural features of the 'Table Configuration' class.
 
Method Summary
 EAttribute getInstantiationMethod_Description()
          Deprecated. Returns the meta object for the attribute 'Description'.
 EReference getInstantiationMethod_InstantiationQuery()
          Deprecated. Returns the meta object for the reference ' Instantiation Query'.
 EAttribute getInstantiationMethod_Name()
          Deprecated. Returns the meta object for the attribute 'Name'.
 EClass getInstantiationMethod()
          Deprecated. Returns the meta object for class 'Instantiation Method'.
 EReference getTableConfiguration_CanBePresentedInTheTable()
          Deprecated. Returns the meta object for the reference 'Can Be Presented In The Table'.
 EReference getTableConfiguration_DefaultCustomizations()
          Deprecated. Returns the meta object for the reference list 'Default Customizations'.
 EReference getTableConfiguration_DefaultFacets()
          Deprecated. Returns the meta object for the reference list 'Default Facets'.
 EReference getTableConfiguration_DefaultLocalCustomization()
          Deprecated. Returns the meta object for the reference 'Default Local Customization'.
 EReference getTableConfiguration_ForcedCellEditors()
          Deprecated. Returns the meta object for the reference list ' Forced Cell Editors'.
 EReference getTableConfiguration_InstantiationMethod()
          Deprecated. Returns the meta object for the containment reference list 'Instantiation Method'.
 EClass getTableConfiguration()
          Deprecated. Returns the meta object for class ' Table Configuration'.
 TableconfigurationFactory getTableconfigurationFactory()
          Deprecated. Returns the factory that creates the instances of the model.
 

Field Detail

eNAME

static final java.lang.String eNAME
Deprecated. 
The package name.

See Also:
Constant Field Values
Generated:

eNS_URI

static final java.lang.String eNS_URI
Deprecated. 
The package namespace URI.

See Also:
Constant Field Values
Generated:

eNS_PREFIX

static final java.lang.String eNS_PREFIX
Deprecated. 
The package namespace name.

See Also:
Constant Field Values
Generated:

eINSTANCE

static final TableconfigurationPackage eINSTANCE
Deprecated. 
The singleton instance of the package.

Generated:

TABLE_CONFIGURATION

static final int TABLE_CONFIGURATION
Deprecated. 
The meta object id 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(), Constant Field Values
Generated:

TABLE_CONFIGURATION__CAN_BE_PRESENTED_IN_THE_TABLE

static final int TABLE_CONFIGURATION__CAN_BE_PRESENTED_IN_THE_TABLE
Deprecated. 
The feature id for the 'Can Be Presented In The Table' reference.

See Also:
Constant Field Values
Generated:
Ordered:

TABLE_CONFIGURATION__FORCED_CELL_EDITORS

static final int TABLE_CONFIGURATION__FORCED_CELL_EDITORS
Deprecated. 
The feature id for the 'Forced Cell Editors' reference list.

See Also:
Constant Field Values
Generated:
Ordered:

TABLE_CONFIGURATION__DEFAULT_FACETS

static final int TABLE_CONFIGURATION__DEFAULT_FACETS
Deprecated. 
The feature id for the 'Default Facets' reference list.

See Also:
Constant Field Values
Generated:
Ordered:

TABLE_CONFIGURATION__DEFAULT_CUSTOMIZATIONS

static final int TABLE_CONFIGURATION__DEFAULT_CUSTOMIZATIONS
Deprecated. 
The feature id for the 'Default Customizations' reference list.

See Also:
Constant Field Values
Generated:
Ordered:

TABLE_CONFIGURATION__INSTANTIATION_METHOD

static final int TABLE_CONFIGURATION__INSTANTIATION_METHOD
Deprecated. 
The feature id for the 'Instantiation Method' containment reference list.

See Also:
Constant Field Values
Generated:
Ordered:

TABLE_CONFIGURATION__DEFAULT_LOCAL_CUSTOMIZATION

static final int TABLE_CONFIGURATION__DEFAULT_LOCAL_CUSTOMIZATION
Deprecated. 
The feature id for the 'Default Local Customization' reference.

See Also:
Constant Field Values
Generated:
Ordered:

TABLE_CONFIGURATION_FEATURE_COUNT

static final int TABLE_CONFIGURATION_FEATURE_COUNT
Deprecated. 
The number of structural features of the 'Table Configuration' class.

See Also:
Constant Field Values
Generated:
Ordered:

INSTANTIATION_METHOD

static final int INSTANTIATION_METHOD
Deprecated. 
The meta object id 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(), Constant Field Values
Generated:

INSTANTIATION_METHOD__NAME

static final int INSTANTIATION_METHOD__NAME
Deprecated. 
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

INSTANTIATION_METHOD__DESCRIPTION

static final int INSTANTIATION_METHOD__DESCRIPTION
Deprecated. 
The feature id for the 'Description' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

INSTANTIATION_METHOD__INSTANTIATION_QUERY

static final int INSTANTIATION_METHOD__INSTANTIATION_QUERY
Deprecated. 
The feature id for the 'Instantiation Query' reference.

See Also:
Constant Field Values
Generated:
Ordered:

INSTANTIATION_METHOD_FEATURE_COUNT

static final int INSTANTIATION_METHOD_FEATURE_COUNT
Deprecated. 
The number of structural features of the 'Instantiation Method' class.

See Also:
Constant Field Values
Generated:
Ordered:
Method Detail

getTableConfiguration

EClass getTableConfiguration()
Deprecated. 
Returns the meta object for class ' Table Configuration'.

Returns:
the meta object for class 'Table Configuration'.
See Also:
TableConfiguration
Generated:

getTableConfiguration_CanBePresentedInTheTable

EReference getTableConfiguration_CanBePresentedInTheTable()
Deprecated. 
Returns the meta object for the reference 'Can Be Presented In The Table'.

Returns:
the meta object for the reference 'Can Be Presented In The Table'.
See Also:
TableConfiguration.getCanBePresentedInTheTable(), getTableConfiguration()
Generated:

getTableConfiguration_ForcedCellEditors

EReference getTableConfiguration_ForcedCellEditors()
Deprecated. 
Returns the meta object for the reference list ' Forced Cell Editors'.

Returns:
the meta object for the reference list ' Forced Cell Editors'.
See Also:
TableConfiguration.getForcedCellEditors(), getTableConfiguration()
Generated:

getTableConfiguration_DefaultFacets

EReference getTableConfiguration_DefaultFacets()
Deprecated. 
Returns the meta object for the reference list 'Default Facets'.

Returns:
the meta object for the reference list 'Default Facets'.
See Also:
TableConfiguration.getDefaultFacets(), getTableConfiguration()
Generated:

getTableConfiguration_DefaultCustomizations

EReference getTableConfiguration_DefaultCustomizations()
Deprecated. 
Returns the meta object for the reference list 'Default Customizations'.

Returns:
the meta object for the reference list 'Default Customizations'.
See Also:
TableConfiguration.getDefaultCustomizations(), getTableConfiguration()
Generated:

getTableConfiguration_InstantiationMethod

EReference getTableConfiguration_InstantiationMethod()
Deprecated. 
Returns the meta object for the containment reference list 'Instantiation Method'.

Returns:
the meta object for the containment reference list 'Instantiation Method'.
See Also:
TableConfiguration.getInstantiationMethod(), getTableConfiguration()
Generated:

getTableConfiguration_DefaultLocalCustomization

EReference getTableConfiguration_DefaultLocalCustomization()
Deprecated. 
Returns the meta object for the reference 'Default Local Customization'.

Returns:
the meta object for the reference 'Default Local Customization'.
See Also:
TableConfiguration.getDefaultLocalCustomization(), getTableConfiguration()
Generated:

getInstantiationMethod

EClass getInstantiationMethod()
Deprecated. 
Returns the meta object for class 'Instantiation Method'.

Returns:
the meta object for class 'Instantiation Method'.
See Also:
InstantiationMethod
Generated:

getInstantiationMethod_Name

EAttribute getInstantiationMethod_Name()
Deprecated. 
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
InstantiationMethod.getName(), getInstantiationMethod()
Generated:

getInstantiationMethod_Description

EAttribute getInstantiationMethod_Description()
Deprecated. 
Returns the meta object for the attribute 'Description'.

Returns:
the meta object for the attribute 'Description'.
See Also:
InstantiationMethod.getDescription(), getInstantiationMethod()
Generated:

getInstantiationMethod_InstantiationQuery

EReference getInstantiationMethod_InstantiationQuery()
Deprecated. 
Returns the meta object for the reference ' Instantiation Query'.

Returns:
the meta object for the reference 'Instantiation Query'.
See Also:
InstantiationMethod.getInstantiationQuery(), getInstantiationMethod()
Generated:

getTableconfigurationFactory

TableconfigurationFactory getTableconfigurationFactory()
Deprecated. 
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.
Generated: