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

Enclosing interface:
CatalogPackage

public static interface CatalogPackage.Literals

Defines literals for the meta objects that represent

Generated:

Field Summary
static EDataType BUNDLE
          The meta object literal for the 'Bundle' data type.
static EEnum DIRECTION_KIND
          The meta object literal for the 'Direction Kind' enum.
static EClass DISCOVERER_CATALOG
          The meta object literal for the 'Discoverer Catalog' class.
static EReference DISCOVERER_CATALOG__INSTALLED_DISCOVERERS
          The meta object literal for the 'Installed Discoverers' reference list feature.
static EClass DISCOVERER_DESCRIPTION
          The meta object literal for the 'Discoverer Description' class.
static EAttribute DISCOVERER_DESCRIPTION__ID
          The meta object literal for the 'Id' attribute feature.
static EAttribute DISCOVERER_DESCRIPTION__IMPLEMENTATION_BUNDLE
          The meta object literal for the 'Implementation Bundle' attribute feature.
static EAttribute DISCOVERER_DESCRIPTION__IMPLEMENTATION_TYPE
          The meta object literal for the 'Implementation Type' attribute feature.
static EReference DISCOVERER_DESCRIPTION__PARAMETER_DEFINITIONS
          The meta object literal for the 'Parameter Definitions' containment reference list feature.
static EAttribute DISCOVERER_DESCRIPTION__SOURCE_TYPE
          The meta object literal for the 'Source Type' attribute feature.
static EClass DISCOVERER_PARAMETER
          The meta object literal for the 'Discoverer Parameter' class.
static EAttribute DISCOVERER_PARAMETER__DESCRIPTION
          The meta object literal for the 'Description' attribute feature.
static EAttribute DISCOVERER_PARAMETER__DIRECTION
          The meta object literal for the 'Direction' attribute feature.
static EReference DISCOVERER_PARAMETER__DISCOVERER
          The meta object literal for the 'Discoverer' container reference feature.
static EAttribute DISCOVERER_PARAMETER__FIELD
          The meta object literal for the 'Field' attribute feature.
static EAttribute DISCOVERER_PARAMETER__GETTER
          The meta object literal for the 'Getter' attribute feature.
static EAttribute DISCOVERER_PARAMETER__ID
          The meta object literal for the 'Id' attribute feature.
static EAttribute DISCOVERER_PARAMETER__INITIALIZER
          The meta object literal for the 'Initializer' attribute feature.
static EAttribute DISCOVERER_PARAMETER__REQUIRED_INPUT
          The meta object literal for the 'Required Input' attribute feature.
static EAttribute DISCOVERER_PARAMETER__SETTER
          The meta object literal for the 'Setter' attribute feature.
static EAttribute DISCOVERER_PARAMETER__TYPE
          The meta object literal for the 'Type' attribute feature.
static EDataType ESTRING_TO_OBJECT_MAP_ENTRY
          The meta object literal for the 'EString To Object Map Entry' data type.
static EDataType FIELD
          The meta object literal for the 'Field' data type.
static EDataType METHOD
          The meta object literal for the 'Method' data type.
 

Field Detail

DISCOVERER_DESCRIPTION

static final EClass DISCOVERER_DESCRIPTION
The meta object literal for the 'Discoverer Description' class.

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

DISCOVERER_DESCRIPTION__PARAMETER_DEFINITIONS

static final EReference DISCOVERER_DESCRIPTION__PARAMETER_DEFINITIONS
The meta object literal for the 'Parameter Definitions' containment reference list feature.

Generated:

DISCOVERER_DESCRIPTION__ID

static final EAttribute DISCOVERER_DESCRIPTION__ID
The meta object literal for the 'Id' attribute feature.

Generated:

DISCOVERER_DESCRIPTION__SOURCE_TYPE

static final EAttribute DISCOVERER_DESCRIPTION__SOURCE_TYPE
The meta object literal for the 'Source Type' attribute feature.

Generated:

DISCOVERER_DESCRIPTION__IMPLEMENTATION_TYPE

static final EAttribute DISCOVERER_DESCRIPTION__IMPLEMENTATION_TYPE
The meta object literal for the 'Implementation Type' attribute feature.

Generated:

DISCOVERER_DESCRIPTION__IMPLEMENTATION_BUNDLE

static final EAttribute DISCOVERER_DESCRIPTION__IMPLEMENTATION_BUNDLE
The meta object literal for the 'Implementation Bundle' attribute feature.

Generated:

DISCOVERER_PARAMETER

static final EClass DISCOVERER_PARAMETER
The meta object literal for the 'Discoverer Parameter' class.

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

DISCOVERER_PARAMETER__DISCOVERER

static final EReference DISCOVERER_PARAMETER__DISCOVERER
The meta object literal for the 'Discoverer' container reference feature.

Generated:

DISCOVERER_PARAMETER__ID

static final EAttribute DISCOVERER_PARAMETER__ID
The meta object literal for the 'Id' attribute feature.

Generated:

DISCOVERER_PARAMETER__DIRECTION

static final EAttribute DISCOVERER_PARAMETER__DIRECTION
The meta object literal for the 'Direction' attribute feature.

Generated:

DISCOVERER_PARAMETER__DESCRIPTION

static final EAttribute DISCOVERER_PARAMETER__DESCRIPTION
The meta object literal for the 'Description' attribute feature.

Generated:

DISCOVERER_PARAMETER__REQUIRED_INPUT

static final EAttribute DISCOVERER_PARAMETER__REQUIRED_INPUT
The meta object literal for the 'Required Input' attribute feature.

Generated:

DISCOVERER_PARAMETER__TYPE

static final EAttribute DISCOVERER_PARAMETER__TYPE
The meta object literal for the 'Type' attribute feature.

Generated:

DISCOVERER_PARAMETER__FIELD

static final EAttribute DISCOVERER_PARAMETER__FIELD
The meta object literal for the 'Field' attribute feature.

Generated:

DISCOVERER_PARAMETER__GETTER

static final EAttribute DISCOVERER_PARAMETER__GETTER
The meta object literal for the 'Getter' attribute feature.

Generated:

DISCOVERER_PARAMETER__SETTER

static final EAttribute DISCOVERER_PARAMETER__SETTER
The meta object literal for the 'Setter' attribute feature.

Generated:

DISCOVERER_PARAMETER__INITIALIZER

static final EAttribute DISCOVERER_PARAMETER__INITIALIZER
The meta object literal for the 'Initializer' attribute feature.

Generated:

DISCOVERER_CATALOG

static final EClass DISCOVERER_CATALOG
The meta object literal for the 'Discoverer Catalog' class.

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

DISCOVERER_CATALOG__INSTALLED_DISCOVERERS

static final EReference DISCOVERER_CATALOG__INSTALLED_DISCOVERERS
The meta object literal for the 'Installed Discoverers' reference list feature.

Generated:

DIRECTION_KIND

static final EEnum DIRECTION_KIND
The meta object literal for the 'Direction Kind' enum.

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

ESTRING_TO_OBJECT_MAP_ENTRY

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

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

BUNDLE

static final EDataType BUNDLE
The meta object literal for the 'Bundle' data type.

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

METHOD

static final EDataType METHOD
The meta object literal for the 'Method' data type.

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

FIELD

static final EDataType FIELD
The meta object literal for the 'Field' data type.

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