org.eclipse.modisco.infra.discovery.catalog
Interface CatalogPackage


public interface CatalogPackage

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

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

Nested Class Summary
static interface CatalogPackage.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 int BUNDLE
          The meta object id for the 'Bundle' data type.
static int DIRECTION_KIND
          The meta object id for the 'Direction Kind' enum.
static int DISCOVERER_CATALOG
          The meta object id for the 'Discoverer Catalog' class.
static int DISCOVERER_CATALOG__INSTALLED_DISCOVERERS
          The feature id for the 'Installed Discoverers' reference list.
static int DISCOVERER_CATALOG__INSTALLED_ENTRIES
          The feature id for the 'Installed Entries' reference list.
static int DISCOVERER_CATALOG__NAME
          The feature id for the 'Name' attribute.
static int DISCOVERER_CATALOG_FEATURE_COUNT
          The number of structural features of the 'Discoverer Catalog' class.
static int DISCOVERER_DESCRIPTION
          The meta object id for the 'Discoverer Description' class.
static int DISCOVERER_DESCRIPTION__ID
          The feature id for the 'Id' attribute.
static int DISCOVERER_DESCRIPTION__IMPLEMENTATION_BUNDLE
          The feature id for the 'Implementation Bundle' attribute.
static int DISCOVERER_DESCRIPTION__IMPLEMENTATION_TYPE
          The feature id for the 'Implementation Type' attribute.
static int DISCOVERER_DESCRIPTION__PARAMETER_DEFINITIONS
          The feature id for the 'Parameter Definitions' containment reference list.
static int DISCOVERER_DESCRIPTION__SOURCE_TYPE
          The feature id for the 'Source Type' attribute.
static int DISCOVERER_DESCRIPTION_FEATURE_COUNT
          The number of structural features of the 'Discoverer Description' class.
static int DISCOVERER_PARAMETER
          The meta object id for the 'Discoverer Parameter' class.
static int DISCOVERER_PARAMETER__DESCRIPTION
          The feature id for the 'Description' attribute.
static int DISCOVERER_PARAMETER__DIRECTION
          The feature id for the 'Direction' attribute.
static int DISCOVERER_PARAMETER__DISCOVERER
          The feature id for the 'Discoverer' container reference.
static int DISCOVERER_PARAMETER__FIELD
          The feature id for the 'Field' attribute.
static int DISCOVERER_PARAMETER__GETTER
          The feature id for the 'Getter' attribute.
static int DISCOVERER_PARAMETER__ID
          The feature id for the 'Id' attribute.
static int DISCOVERER_PARAMETER__INITIALIZER
          The feature id for the 'Initializer' attribute.
static int DISCOVERER_PARAMETER__REQUIRED_INPUT
          The feature id for the 'Required Input' attribute.
static int DISCOVERER_PARAMETER__SETTER
          The feature id for the 'Setter' attribute.
static int DISCOVERER_PARAMETER__TYPE
          The feature id for the 'Type' attribute.
static int DISCOVERER_PARAMETER_FEATURE_COUNT
          The number of structural features of the 'Discoverer Parameter' class.
static CatalogPackage 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 ESTRING_TO_OBJECT_MAP_ENTRY
          The meta object id for the 'EString To Object Map Entry' data type.
static int FIELD
          The meta object id for the 'Field' data type.
static int METHOD
          The meta object id for the 'Method' data type.
 
Method Summary
 EDataType getBundle()
          Returns the meta object for data type 'Bundle'.
 CatalogFactory getCatalogFactory()
          Returns the factory that creates the instances of the model.
 EEnum getDirectionKind()
          Returns the meta object for enum 'Direction Kind'.
 EReference getDiscovererCatalog_InstalledDiscoverers()
          Returns the meta object for the reference list 'Installed Discoverers'.
 EClass getDiscovererCatalog()
          Returns the meta object for class 'Discoverer Catalog'.
 EAttribute getDiscovererDescription_Id()
          Returns the meta object for the attribute 'Id'.
 EAttribute getDiscovererDescription_ImplementationBundle()
          Returns the meta object for the attribute 'Implementation Bundle'.
 EAttribute getDiscovererDescription_ImplementationType()
          Returns the meta object for the attribute 'Implementation Type'.
 EReference getDiscovererDescription_ParameterDefinitions()
          Returns the meta object for the containment reference list 'Parameter Definitions'.
 EAttribute getDiscovererDescription_SourceType()
          Returns the meta object for the attribute 'Source Type'.
 EClass getDiscovererDescription()
          Returns the meta object for class 'Discoverer Description'.
 EAttribute getDiscovererParameter_Description()
          Returns the meta object for the attribute 'Description'.
 EAttribute getDiscovererParameter_Direction()
          Returns the meta object for the attribute 'Direction'.
 EReference getDiscovererParameter_Discoverer()
          Returns the meta object for the container reference 'Discoverer'.
 EAttribute getDiscovererParameter_Field()
          Returns the meta object for the attribute 'Field'.
 EAttribute getDiscovererParameter_Getter()
          Returns the meta object for the attribute 'Getter'.
 EAttribute getDiscovererParameter_Id()
          Returns the meta object for the attribute 'Id'.
 EAttribute getDiscovererParameter_Initializer()
          Returns the meta object for the attribute 'Initializer'.
 EAttribute getDiscovererParameter_RequiredInput()
          Returns the meta object for the attribute 'Required Input'.
 EAttribute getDiscovererParameter_Setter()
          Returns the meta object for the attribute 'Setter'.
 EAttribute getDiscovererParameter_Type()
          Returns the meta object for the attribute 'Type'.
 EClass getDiscovererParameter()
          Returns the meta object for class 'Discoverer Parameter'.
 EDataType getEStringToObjectMapEntry()
          Returns the meta object for data type 'EString To Object Map Entry'.
 EDataType getField()
          Returns the meta object for data type 'Field'.
 EDataType getMethod()
          Returns the meta object for data type 'Method'.
 

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

Generated:

DISCOVERER_DESCRIPTION

static final int DISCOVERER_DESCRIPTION
The meta object id for the 'Discoverer Description' class.

See Also:
org.eclipse.modisco.infra.discovery.catalog.impl.DiscovererDescriptionImpl, org.eclipse.modisco.infra.discovery.catalog.impl.CatalogPackageImpl#getDiscovererDescription(), Constant Field Values
Generated:

DISCOVERER_DESCRIPTION__PARAMETER_DEFINITIONS

static final int DISCOVERER_DESCRIPTION__PARAMETER_DEFINITIONS
The feature id for the 'Parameter Definitions' containment reference list.

See Also:
Constant Field Values
Generated:
Ordered:

DISCOVERER_DESCRIPTION__ID

static final int DISCOVERER_DESCRIPTION__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

DISCOVERER_DESCRIPTION__SOURCE_TYPE

static final int DISCOVERER_DESCRIPTION__SOURCE_TYPE
The feature id for the 'Source Type' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

DISCOVERER_DESCRIPTION__IMPLEMENTATION_TYPE

static final int DISCOVERER_DESCRIPTION__IMPLEMENTATION_TYPE
The feature id for the 'Implementation Type' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

DISCOVERER_DESCRIPTION__IMPLEMENTATION_BUNDLE

static final int DISCOVERER_DESCRIPTION__IMPLEMENTATION_BUNDLE
The feature id for the 'Implementation Bundle' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

DISCOVERER_DESCRIPTION_FEATURE_COUNT

static final int DISCOVERER_DESCRIPTION_FEATURE_COUNT
The number of structural features of the 'Discoverer Description' class.

See Also:
Constant Field Values
Generated:
Ordered:

DISCOVERER_PARAMETER

static final int DISCOVERER_PARAMETER
The meta object id for the 'Discoverer Parameter' class.

See Also:
org.eclipse.modisco.infra.discovery.catalog.impl.DiscovererParameterImpl, org.eclipse.modisco.infra.discovery.catalog.impl.CatalogPackageImpl#getDiscovererParameter(), Constant Field Values
Generated:

DISCOVERER_PARAMETER__DISCOVERER

static final int DISCOVERER_PARAMETER__DISCOVERER
The feature id for the 'Discoverer' container reference.

See Also:
Constant Field Values
Generated:
Ordered:

DISCOVERER_PARAMETER__ID

static final int DISCOVERER_PARAMETER__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

DISCOVERER_PARAMETER__DIRECTION

static final int DISCOVERER_PARAMETER__DIRECTION
The feature id for the 'Direction' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

DISCOVERER_PARAMETER__DESCRIPTION

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

See Also:
Constant Field Values
Generated:
Ordered:

DISCOVERER_PARAMETER__REQUIRED_INPUT

static final int DISCOVERER_PARAMETER__REQUIRED_INPUT
The feature id for the 'Required Input' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

DISCOVERER_PARAMETER__TYPE

static final int DISCOVERER_PARAMETER__TYPE
The feature id for the 'Type' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

DISCOVERER_PARAMETER__FIELD

static final int DISCOVERER_PARAMETER__FIELD
The feature id for the 'Field' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

DISCOVERER_PARAMETER__GETTER

static final int DISCOVERER_PARAMETER__GETTER
The feature id for the 'Getter' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

DISCOVERER_PARAMETER__SETTER

static final int DISCOVERER_PARAMETER__SETTER
The feature id for the 'Setter' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

DISCOVERER_PARAMETER__INITIALIZER

static final int DISCOVERER_PARAMETER__INITIALIZER
The feature id for the 'Initializer' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

DISCOVERER_PARAMETER_FEATURE_COUNT

static final int DISCOVERER_PARAMETER_FEATURE_COUNT
The number of structural features of the 'Discoverer Parameter' class.

See Also:
Constant Field Values
Generated:
Ordered:

DISCOVERER_CATALOG

static final int DISCOVERER_CATALOG
The meta object id for the 'Discoverer Catalog' class.

See Also:
org.eclipse.modisco.infra.discovery.catalog.impl.DiscovererCatalogImpl, org.eclipse.modisco.infra.discovery.catalog.impl.CatalogPackageImpl#getDiscovererCatalog(), Constant Field Values
Generated:

DISCOVERER_CATALOG__INSTALLED_ENTRIES

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

Generated:
Ordered:

DISCOVERER_CATALOG__NAME

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

Generated:
Ordered:

DISCOVERER_CATALOG__INSTALLED_DISCOVERERS

static final int DISCOVERER_CATALOG__INSTALLED_DISCOVERERS
The feature id for the 'Installed Discoverers' reference list.

Generated:
Ordered:

DISCOVERER_CATALOG_FEATURE_COUNT

static final int DISCOVERER_CATALOG_FEATURE_COUNT
The number of structural features of the 'Discoverer Catalog' class.

Generated:
Ordered:

DIRECTION_KIND

static final int DIRECTION_KIND
The meta object id for the 'Direction Kind' enum.

See Also:
DirectionKind, org.eclipse.modisco.infra.discovery.catalog.impl.CatalogPackageImpl#getDirectionKind(), Constant Field Values
Generated:

ESTRING_TO_OBJECT_MAP_ENTRY

static final int ESTRING_TO_OBJECT_MAP_ENTRY
The meta object id for the 'EString To Object Map Entry' data type.

See Also:
Map.Entry, org.eclipse.modisco.infra.discovery.catalog.impl.CatalogPackageImpl#getEStringToObjectMapEntry(), Constant Field Values
Generated:

BUNDLE

static final int BUNDLE
The meta object id for the 'Bundle' data type.

See Also:
org.osgi.framework.Bundle, org.eclipse.modisco.infra.discovery.catalog.impl.CatalogPackageImpl#getBundle(), Constant Field Values
Generated:

METHOD

static final int METHOD
The meta object id for the 'Method' data type.

See Also:
Method, org.eclipse.modisco.infra.discovery.catalog.impl.CatalogPackageImpl#getMethod(), Constant Field Values
Generated:

FIELD

static final int FIELD
The meta object id for the 'Field' data type.

See Also:
Field, org.eclipse.modisco.infra.discovery.catalog.impl.CatalogPackageImpl#getField(), Constant Field Values
Generated:
Method Detail

getDiscovererDescription

EClass getDiscovererDescription()
Returns the meta object for class 'Discoverer Description'.

Returns:
the meta object for class 'Discoverer Description'.
See Also:
DiscovererDescription
Generated:

getDiscovererDescription_ParameterDefinitions

EReference getDiscovererDescription_ParameterDefinitions()
Returns the meta object for the containment reference list 'Parameter Definitions'.

Returns:
the meta object for the containment reference list 'Parameter Definitions'.
See Also:
DiscovererDescription.getParameterDefinitions(), getDiscovererDescription()
Generated:

getDiscovererDescription_Id

EAttribute getDiscovererDescription_Id()
Returns the meta object for the attribute 'Id'.

Returns:
the meta object for the attribute 'Id'.
See Also:
DiscovererDescription.getId(), getDiscovererDescription()
Generated:

getDiscovererDescription_SourceType

EAttribute getDiscovererDescription_SourceType()
Returns the meta object for the attribute 'Source Type'.

Returns:
the meta object for the attribute 'Source Type'.
See Also:
DiscovererDescription.getSourceType(), getDiscovererDescription()
Generated:

getDiscovererDescription_ImplementationType

EAttribute getDiscovererDescription_ImplementationType()
Returns the meta object for the attribute 'Implementation Type'.

Returns:
the meta object for the attribute 'Implementation Type'.
See Also:
DiscovererDescription.getImplementationType(), getDiscovererDescription()
Generated:

getDiscovererDescription_ImplementationBundle

EAttribute getDiscovererDescription_ImplementationBundle()
Returns the meta object for the attribute 'Implementation Bundle'.

Returns:
the meta object for the attribute 'Implementation Bundle'.
See Also:
DiscovererDescription.getImplementationBundle(), getDiscovererDescription()
Generated:

getDiscovererParameter

EClass getDiscovererParameter()
Returns the meta object for class 'Discoverer Parameter'.

Returns:
the meta object for class 'Discoverer Parameter'.
See Also:
DiscovererParameter
Generated:

getDiscovererParameter_Discoverer

EReference getDiscovererParameter_Discoverer()
Returns the meta object for the container reference 'Discoverer'.

Returns:
the meta object for the container reference 'Discoverer'.
See Also:
DiscovererParameter.getDiscoverer(), getDiscovererParameter()
Generated:

getDiscovererParameter_Id

EAttribute getDiscovererParameter_Id()
Returns the meta object for the attribute 'Id'.

Returns:
the meta object for the attribute 'Id'.
See Also:
DiscovererParameter.getId(), getDiscovererParameter()
Generated:

getDiscovererParameter_Direction

EAttribute getDiscovererParameter_Direction()
Returns the meta object for the attribute 'Direction'.

Returns:
the meta object for the attribute 'Direction'.
See Also:
DiscovererParameter.getDirection(), getDiscovererParameter()
Generated:

getDiscovererParameter_Description

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

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

getDiscovererParameter_RequiredInput

EAttribute getDiscovererParameter_RequiredInput()
Returns the meta object for the attribute 'Required Input'.

Returns:
the meta object for the attribute 'Required Input'.
See Also:
DiscovererParameter.isRequiredInput(), getDiscovererParameter()
Generated:

getDiscovererParameter_Type

EAttribute getDiscovererParameter_Type()
Returns the meta object for the attribute 'Type'.

Returns:
the meta object for the attribute 'Type'.
See Also:
DiscovererParameter.getType(), getDiscovererParameter()
Generated:

getDiscovererParameter_Field

EAttribute getDiscovererParameter_Field()
Returns the meta object for the attribute 'Field'.

Returns:
the meta object for the attribute 'Field'.
See Also:
DiscovererParameter.getField(), getDiscovererParameter()
Generated:

getDiscovererParameter_Getter

EAttribute getDiscovererParameter_Getter()
Returns the meta object for the attribute 'Getter'.

Returns:
the meta object for the attribute 'Getter'.
See Also:
DiscovererParameter.getGetter(), getDiscovererParameter()
Generated:

getDiscovererParameter_Setter

EAttribute getDiscovererParameter_Setter()
Returns the meta object for the attribute 'Setter'.

Returns:
the meta object for the attribute 'Setter'.
See Also:
DiscovererParameter.getSetter(), getDiscovererParameter()
Generated:

getDiscovererParameter_Initializer

EAttribute getDiscovererParameter_Initializer()
Returns the meta object for the attribute 'Initializer'.

Returns:
the meta object for the attribute 'Initializer'.
See Also:
DiscovererParameter.getInitializer(), getDiscovererParameter()
Generated:

getDiscovererCatalog

EClass getDiscovererCatalog()
Returns the meta object for class 'Discoverer Catalog'.

Returns:
the meta object for class 'Discoverer Catalog'.
See Also:
DiscovererCatalog
Generated:

getDiscovererCatalog_InstalledDiscoverers

EReference getDiscovererCatalog_InstalledDiscoverers()
Returns the meta object for the reference list 'Installed Discoverers'.

Returns:
the meta object for the reference list 'Installed Discoverers'.
See Also:
DiscovererCatalog.getInstalledDiscoverers(), getDiscovererCatalog()
Generated:

getDirectionKind

EEnum getDirectionKind()
Returns the meta object for enum 'Direction Kind'.

Returns:
the meta object for enum 'Direction Kind'.
See Also:
DirectionKind
Generated:

getEStringToObjectMapEntry

EDataType getEStringToObjectMapEntry()
Returns the meta object for data type 'EString To Object Map Entry'.

Returns:
the meta object for data type 'EString To Object Map Entry'.
See Also:
Map.Entry
Generated:
Model:
instanceClass="java.util.Map.Entry" serializeable="false"

getBundle

EDataType getBundle()
Returns the meta object for data type 'Bundle'.

Returns:
the meta object for data type 'Bundle'.
See Also:
org.osgi.framework.Bundle
Generated:
Model:
instanceClass="org.osgi.framework.Bundle" serializeable="false"

getMethod

EDataType getMethod()
Returns the meta object for data type 'Method'.

Returns:
the meta object for data type 'Method'.
See Also:
Method
Generated:
Model:
instanceClass="java.lang.reflect.Method" serializeable="false"

getField

EDataType getField()
Returns the meta object for data type 'Field'.

Returns:
the meta object for data type 'Field'.
See Also:
Field
Generated:
Model:
instanceClass="java.lang.reflect.Field" serializeable="false"

getCatalogFactory

CatalogFactory getCatalogFactory()
Returns the factory that creates the instances of the model.

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