public interface CatalogPackage
CatalogFactory| Modifier and Type | Interface and Description |
|---|---|
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
|
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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'. |
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final CatalogPackage eINSTANCE
static final int DISCOVERER_DESCRIPTION
Discoverer Description' class.
org.eclipse.modisco.infra.discovery.catalog.impl.DiscovererDescriptionImpl,
org.eclipse.modisco.infra.discovery.catalog.impl.CatalogPackageImpl#getDiscovererDescription(),
Constant Field Valuesstatic final int DISCOVERER_DESCRIPTION__PARAMETER_DEFINITIONS
static final int DISCOVERER_DESCRIPTION__ID
static final int DISCOVERER_DESCRIPTION__SOURCE_TYPE
static final int DISCOVERER_DESCRIPTION__IMPLEMENTATION_TYPE
static final int DISCOVERER_DESCRIPTION__IMPLEMENTATION_BUNDLE
static final int DISCOVERER_DESCRIPTION_FEATURE_COUNT
static final int DISCOVERER_PARAMETER
Discoverer Parameter' class.
org.eclipse.modisco.infra.discovery.catalog.impl.DiscovererParameterImpl,
org.eclipse.modisco.infra.discovery.catalog.impl.CatalogPackageImpl#getDiscovererParameter(),
Constant Field Valuesstatic final int DISCOVERER_PARAMETER__DISCOVERER
static final int DISCOVERER_PARAMETER__ID
static final int DISCOVERER_PARAMETER__DIRECTION
static final int DISCOVERER_PARAMETER__DESCRIPTION
static final int DISCOVERER_PARAMETER__REQUIRED_INPUT
static final int DISCOVERER_PARAMETER__TYPE
static final int DISCOVERER_PARAMETER__FIELD
static final int DISCOVERER_PARAMETER__GETTER
static final int DISCOVERER_PARAMETER__SETTER
static final int DISCOVERER_PARAMETER__INITIALIZER
static final int DISCOVERER_PARAMETER_FEATURE_COUNT
static final int DISCOVERER_CATALOG
Discoverer Catalog' class.
org.eclipse.modisco.infra.discovery.catalog.impl.DiscovererCatalogImpl,
org.eclipse.modisco.infra.discovery.catalog.impl.CatalogPackageImpl#getDiscovererCatalog(),
Constant Field Valuesstatic final int DISCOVERER_CATALOG__INSTALLED_ENTRIES
static final int DISCOVERER_CATALOG__NAME
static final int DISCOVERER_CATALOG__INSTALLED_DISCOVERERS
static final int DISCOVERER_CATALOG_FEATURE_COUNT
static final int DIRECTION_KIND
Direction Kind' enum.
DirectionKind,
org.eclipse.modisco.infra.discovery.catalog.impl.CatalogPackageImpl#getDirectionKind(),
Constant Field Valuesstatic final int ESTRING_TO_OBJECT_MAP_ENTRY
Map.Entry,
org.eclipse.modisco.infra.discovery.catalog.impl.CatalogPackageImpl#getEStringToObjectMapEntry(),
Constant Field Valuesstatic final int BUNDLE
org.osgi.framework.Bundle,
org.eclipse.modisco.infra.discovery.catalog.impl.CatalogPackageImpl#getBundle(),
Constant Field Valuesstatic final int METHOD
Method,
org.eclipse.modisco.infra.discovery.catalog.impl.CatalogPackageImpl#getMethod(),
Constant Field Valuesstatic final int FIELD
Field,
org.eclipse.modisco.infra.discovery.catalog.impl.CatalogPackageImpl#getField(),
Constant Field ValuesEClass getDiscovererDescription()
Discoverer Description'.
DiscovererDescriptionEReference getDiscovererDescription_ParameterDefinitions()
Parameter Definitions'.
DiscovererDescription.getParameterDefinitions(),
getDiscovererDescription()EAttribute getDiscovererDescription_Id()
Id'.
DiscovererDescription.getId(),
getDiscovererDescription()EAttribute getDiscovererDescription_SourceType()
Source Type'.
DiscovererDescription.getSourceType(),
getDiscovererDescription()EAttribute getDiscovererDescription_ImplementationType()
Implementation Type'.
DiscovererDescription.getImplementationType(),
getDiscovererDescription()EAttribute getDiscovererDescription_ImplementationBundle()
Implementation Bundle'.
DiscovererDescription.getImplementationBundle(),
getDiscovererDescription()EClass getDiscovererParameter()
Discoverer Parameter'.
DiscovererParameterEReference getDiscovererParameter_Discoverer()
Discoverer'.
DiscovererParameter.getDiscoverer(),
getDiscovererParameter()EAttribute getDiscovererParameter_Id()
Id'.
DiscovererParameter.getId(),
getDiscovererParameter()EAttribute getDiscovererParameter_Direction()
Direction'.
DiscovererParameter.getDirection(),
getDiscovererParameter()EAttribute getDiscovererParameter_Description()
Description'.
DiscovererParameter.getDescription(),
getDiscovererParameter()EAttribute getDiscovererParameter_RequiredInput()
Required Input'.
DiscovererParameter.isRequiredInput(),
getDiscovererParameter()EAttribute getDiscovererParameter_Type()
Type'.
DiscovererParameter.getType(),
getDiscovererParameter()EAttribute getDiscovererParameter_Field()
Field'.
DiscovererParameter.getField(),
getDiscovererParameter()EAttribute getDiscovererParameter_Getter()
Getter'.
DiscovererParameter.getGetter(),
getDiscovererParameter()EAttribute getDiscovererParameter_Setter()
Setter'.
DiscovererParameter.getSetter(),
getDiscovererParameter()EAttribute getDiscovererParameter_Initializer()
Initializer'.
DiscovererParameter.getInitializer(),
getDiscovererParameter()EClass getDiscovererCatalog()
Discoverer Catalog'.
DiscovererCatalogEReference getDiscovererCatalog_InstalledDiscoverers()
Installed Discoverers'.
DiscovererCatalog.getInstalledDiscoverers(),
getDiscovererCatalog()EEnum getDirectionKind()
Direction Kind'.
DirectionKindEDataType getEStringToObjectMapEntry()
EString To Object Map Entry'.
Map.EntryEDataType getBundle()
Bundle'.
org.osgi.framework.BundleEDataType getMethod()
Method'.
MethodEDataType getField()
Field'.
FieldCatalogFactory getCatalogFactory()