org.eclipse.emf.facet.widgets.nattable.tableconfiguration2
Interface Tableconfiguration2Package


public interface Tableconfiguration2Package

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

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

Nested Class Summary
static interface Tableconfiguration2Package.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Field Summary
static Tableconfiguration2Package 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 TABLE_CONFIGURATION2
          The meta object id for the 'Table Configuration2' class.
static int TABLE_CONFIGURATION2__CAN_BE_PRESENTED_IN_THE_TABLE
          The feature id for the 'Can Be Presented In The Table' reference.
static int TABLE_CONFIGURATION2__DEFAULT_CUSTOMIZATIONS
          The feature id for the 'Default Customizations' reference list.
static int TABLE_CONFIGURATION2__DEFAULT_FACETS
          The feature id for the 'Default Facets' reference list.
static int TABLE_CONFIGURATION2__DEFAULT_LOCAL_CUSTOMIZATION
          The feature id for the 'Default Local Customization' reference.
static int TABLE_CONFIGURATION2__DEFAULT_LOCAL_CUSTOMIZATIONS
          The feature id for the 'Default Local Customizations' reference list.
static int TABLE_CONFIGURATION2__FORCED_CELL_EDITORS
          The feature id for the 'Forced Cell Editors' reference list.
static int TABLE_CONFIGURATION2__INSTANTIATION_METHOD
          The feature id for the 'Instantiation Method' containment reference list.
static int TABLE_CONFIGURATION2_FEATURE_COUNT
          The number of structural features of the 'Table Configuration2' class.
 
Method Summary
 EReference getTableConfiguration2_DefaultLocalCustomizations()
          Returns the meta object for the reference list 'Default Local Customizations'.
 EClass getTableConfiguration2()
          Returns the meta object for class 'Table Configuration2'.
 Tableconfiguration2Factory getTableconfiguration2Factory()
          Returns the factory that creates the instances of the model.
 

Field Detail

eNAME

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

See Also:
Constant Field Values
Generated:

eNS_URI

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

See Also:
Constant Field Values
Generated:

eNS_PREFIX

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

See Also:
Constant Field Values
Generated:

eINSTANCE

static final Tableconfiguration2Package eINSTANCE
The singleton instance of the package.

Generated:

TABLE_CONFIGURATION2

static final int TABLE_CONFIGURATION2
The meta object id for the 'Table Configuration2' class.

See Also:
org.eclipse.emf.facet.widgets.nattable.tableconfiguration2.impl.TableConfiguration2Impl, org.eclipse.emf.facet.widgets.nattable.tableconfiguration2.impl.Tableconfiguration2PackageImpl#getTableConfiguration2(), Constant Field Values
Generated:

TABLE_CONFIGURATION2__CAN_BE_PRESENTED_IN_THE_TABLE

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

See Also:
Constant Field Values
Generated:
Ordered:

TABLE_CONFIGURATION2__FORCED_CELL_EDITORS

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

See Also:
Constant Field Values
Generated:
Ordered:

TABLE_CONFIGURATION2__DEFAULT_FACETS

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

See Also:
Constant Field Values
Generated:
Ordered:

TABLE_CONFIGURATION2__DEFAULT_CUSTOMIZATIONS

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

See Also:
Constant Field Values
Generated:
Ordered:

TABLE_CONFIGURATION2__INSTANTIATION_METHOD

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

See Also:
Constant Field Values
Generated:
Ordered:

TABLE_CONFIGURATION2__DEFAULT_LOCAL_CUSTOMIZATION

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

See Also:
Constant Field Values
Generated:
Ordered:

TABLE_CONFIGURATION2__DEFAULT_LOCAL_CUSTOMIZATIONS

static final int TABLE_CONFIGURATION2__DEFAULT_LOCAL_CUSTOMIZATIONS
The feature id for the 'Default Local Customizations' reference list.

See Also:
Constant Field Values
Generated:
Ordered:

TABLE_CONFIGURATION2_FEATURE_COUNT

static final int TABLE_CONFIGURATION2_FEATURE_COUNT
The number of structural features of the 'Table Configuration2' class.

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

getTableConfiguration2

EClass getTableConfiguration2()
Returns the meta object for class 'Table Configuration2'.

Returns:
the meta object for class 'Table Configuration2'.
See Also:
TableConfiguration2
Generated:

getTableConfiguration2_DefaultLocalCustomizations

EReference getTableConfiguration2_DefaultLocalCustomizations()
Returns the meta object for the reference list 'Default Local Customizations'.

Returns:
the meta object for the reference list 'Default Local Customizations'.
See Also:
TableConfiguration2.getDefaultLocalCustomizations(), getTableConfiguration2()
Generated:

getTableconfiguration2Factory

Tableconfiguration2Factory getTableconfiguration2Factory()
Returns the factory that creates the instances of the model.

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