org.eclipse.emf.facet.efacet.catalog.efacetcatalog
Interface EfacetcatalogPackage


Deprecated. cf. https://bugs.eclipse.org/bugs/show_bug.cgi?id=373672

@Deprecated
public interface EfacetcatalogPackage

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

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

Nested Class Summary
static interface EfacetcatalogPackage.Literals
          Deprecated. Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Field Summary
static EfacetcatalogPackage 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 FACET_SET_CATALOG
          Deprecated. The meta object id for the 'Facet Set Catalog' class.
static int FACET_SET_CATALOG__INSTALLED_ENTRIES
          Deprecated. The feature id for the 'Installed Entries' reference list.
static int FACET_SET_CATALOG__INSTALLED_FACET_SETS
          Deprecated. The feature id for the 'Installed Facet Sets' reference list.
static int FACET_SET_CATALOG__NAME
          Deprecated. The feature id for the 'Name' attribute.
static int FACET_SET_CATALOG_FEATURE_COUNT
          Deprecated. The number of structural features of the 'Facet Set Catalog' class.
static int QUERY_SET_CATALOG
          Deprecated. The meta object id for the 'Query Set Catalog' class.
static int QUERY_SET_CATALOG__INSTALLED_ENTRIES
          Deprecated. The feature id for the 'Installed Entries' reference list.
static int QUERY_SET_CATALOG__INSTALLED_QUERY_SETS
          Deprecated. The feature id for the 'Installed Query Sets' reference list.
static int QUERY_SET_CATALOG__NAME
          Deprecated. The feature id for the 'Name' attribute.
static int QUERY_SET_CATALOG_FEATURE_COUNT
          Deprecated. The number of structural features of the 'Query Set Catalog' class.
 
Method Summary
 EfacetcatalogFactory getEfacetcatalogFactory()
          Deprecated. Returns the factory that creates the instances of the model.
 EReference getFacetSetCatalog_InstalledFacetSets()
          Deprecated. Returns the meta object for the reference list 'Installed Facet Sets'.
 EClass getFacetSetCatalog()
          Deprecated. Returns the meta object for class 'Facet Set Catalog'.
 EReference getQuerySetCatalog_InstalledQuerySets()
          Deprecated. Returns the meta object for the reference list 'Installed Query Sets'.
 EClass getQuerySetCatalog()
          Deprecated. Returns the meta object for class 'Query Set Catalog'.
 

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 EfacetcatalogPackage eINSTANCE
Deprecated. 
The singleton instance of the package.

Generated:

QUERY_SET_CATALOG

static final int QUERY_SET_CATALOG
Deprecated. 
The meta object id for the 'Query Set Catalog' class.

See Also:
org.eclipse.emf.facet.efacet.catalog.efacetcatalog.impl.QuerySetCatalogImpl, org.eclipse.emf.facet.efacet.catalog.efacetcatalog.impl.EfacetcatalogPackageImpl#getQuerySetCatalog(), Constant Field Values
Generated:

QUERY_SET_CATALOG__INSTALLED_ENTRIES

static final int QUERY_SET_CATALOG__INSTALLED_ENTRIES
Deprecated. 
The feature id for the 'Installed Entries' reference list.

See Also:
Constant Field Values
Generated:
Ordered:

QUERY_SET_CATALOG__NAME

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

See Also:
Constant Field Values
Generated:
Ordered:

QUERY_SET_CATALOG__INSTALLED_QUERY_SETS

static final int QUERY_SET_CATALOG__INSTALLED_QUERY_SETS
Deprecated. 
The feature id for the 'Installed Query Sets' reference list.

See Also:
Constant Field Values
Generated:
Ordered:

QUERY_SET_CATALOG_FEATURE_COUNT

static final int QUERY_SET_CATALOG_FEATURE_COUNT
Deprecated. 
The number of structural features of the 'Query Set Catalog' class.

See Also:
Constant Field Values
Generated:
Ordered:

FACET_SET_CATALOG

static final int FACET_SET_CATALOG
Deprecated. 
The meta object id for the 'Facet Set Catalog' class.

See Also:
org.eclipse.emf.facet.efacet.catalog.efacetcatalog.impl.FacetSetCatalogImpl, org.eclipse.emf.facet.efacet.catalog.efacetcatalog.impl.EfacetcatalogPackageImpl#getFacetSetCatalog(), Constant Field Values
Generated:

FACET_SET_CATALOG__INSTALLED_ENTRIES

static final int FACET_SET_CATALOG__INSTALLED_ENTRIES
Deprecated. 
The feature id for the 'Installed Entries' reference list.

See Also:
Constant Field Values
Generated:
Ordered:

FACET_SET_CATALOG__NAME

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

See Also:
Constant Field Values
Generated:
Ordered:

FACET_SET_CATALOG__INSTALLED_FACET_SETS

static final int FACET_SET_CATALOG__INSTALLED_FACET_SETS
Deprecated. 
The feature id for the 'Installed Facet Sets' reference list.

See Also:
Constant Field Values
Generated:
Ordered:

FACET_SET_CATALOG_FEATURE_COUNT

static final int FACET_SET_CATALOG_FEATURE_COUNT
Deprecated. 
The number of structural features of the 'Facet Set Catalog' class.

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

getQuerySetCatalog

EClass getQuerySetCatalog()
Deprecated. 
Returns the meta object for class 'Query Set Catalog'.

Returns:
the meta object for class 'Query Set Catalog'.
See Also:
QuerySetCatalog
Generated:

getQuerySetCatalog_InstalledQuerySets

EReference getQuerySetCatalog_InstalledQuerySets()
Deprecated. 
Returns the meta object for the reference list 'Installed Query Sets'.

Returns:
the meta object for the reference list 'Installed Query Sets'.
See Also:
QuerySetCatalog.getInstalledQuerySets(), getQuerySetCatalog()
Generated:

getFacetSetCatalog

EClass getFacetSetCatalog()
Deprecated. 
Returns the meta object for class 'Facet Set Catalog'.

Returns:
the meta object for class 'Facet Set Catalog'.
See Also:
FacetSetCatalog
Generated:

getFacetSetCatalog_InstalledFacetSets

EReference getFacetSetCatalog_InstalledFacetSets()
Deprecated. 
Returns the meta object for the reference list 'Installed Facet Sets'.

Returns:
the meta object for the reference list 'Installed Facet Sets'.
See Also:
FacetSetCatalog.getInstalledFacetSets(), getFacetSetCatalog()
Generated:

getEfacetcatalogFactory

EfacetcatalogFactory getEfacetcatalogFactory()
Deprecated. 
Returns the factory that creates the instances of the model.

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