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


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
          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
          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 FACET_SET_CATALOG
          The meta object id for the 'Facet Set Catalog' class.
static int FACET_SET_CATALOG__INSTALLED_ENTRIES
          The feature id for the 'Installed Entries' reference list.
static int FACET_SET_CATALOG__INSTALLED_FACET_SETS
          The feature id for the 'Installed Facet Sets' reference list.
static int FACET_SET_CATALOG__NAME
          The feature id for the 'Name' attribute.
static int FACET_SET_CATALOG_FEATURE_COUNT
          The number of structural features of the 'Facet Set Catalog' class.
static int QUERY_SET_CATALOG
          The meta object id for the 'Query Set Catalog' class.
static int QUERY_SET_CATALOG__INSTALLED_ENTRIES
          The feature id for the 'Installed Entries' reference list.
static int QUERY_SET_CATALOG__INSTALLED_QUERY_SETS
          The feature id for the 'Installed Query Sets' reference list.
static int QUERY_SET_CATALOG__NAME
          The feature id for the 'Name' attribute.
static int QUERY_SET_CATALOG_FEATURE_COUNT
          The number of structural features of the 'Query Set Catalog' class.
 
Method Summary
 EfacetcatalogFactory getEfacetcatalogFactory()
          Returns the factory that creates the instances of the model.
 EReference getFacetSetCatalog_InstalledFacetSets()
          Returns the meta object for the reference list 'Installed Facet Sets'.
 EClass getFacetSetCatalog()
          Returns the meta object for class 'Facet Set Catalog'.
 EReference getQuerySetCatalog_InstalledQuerySets()
          Returns the meta object for the reference list 'Installed Query Sets'.
 EClass getQuerySetCatalog()
          Returns the meta object for class 'Query Set Catalog'.
 

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

Generated:

QUERY_SET_CATALOG

static final int QUERY_SET_CATALOG
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
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
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
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
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
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
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
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
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
The number of structural features of the 'Facet Set Catalog' class.

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

getQuerySetCatalog

EClass getQuerySetCatalog()
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()
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()
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()
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()
Returns the factory that creates the instances of the model.

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