public interface DiscovererDescription
The following features are supported:
CatalogPackage.getDiscovererDescription()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
Bundle |
getImplementationBundle()
Returns the value of the 'Implementation Bundle' attribute.
|
java.lang.Class<?> |
getImplementationType()
Returns the value of the 'Implementation Type' attribute.
|
DiscovererParameter |
getParameterDefinition(java.lang.String parameterName) |
|
getParameterDefinitions()
Returns the value of the 'Parameter Definitions' containment reference list.
|
java.lang.Class<?> |
getSourceType()
Returns the value of the 'Source Type' attribute.
|
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
void |
setImplementationBundle(Bundle value)
Sets the value of the '
Implementation Bundle' attribute. |
void |
setImplementationType(java.lang.Class<?> value)
Sets the value of the '
Implementation Type' attribute. |
void |
setSourceType(java.lang.Class<?> value)
Sets the value of the '
Source Type' attribute. |
getParameterDefinitions()
DiscovererParameter.
It is bidirectional and its opposite is 'Discoverer'.
If the meaning of the 'Parameter Definitions' containment reference list isn't clear, there really should be more of a description here...
CatalogPackage.getDiscovererDescription_ParameterDefinitions(),
DiscovererParameter.getDiscoverer()java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
CatalogPackage.getDiscovererDescription_Id()void setId(java.lang.String value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()java.lang.Class<?> getSourceType()
If the meaning of the 'Source Type' attribute isn't clear, there really should be more of a description here...
setSourceType(Class),
CatalogPackage.getDiscovererDescription_SourceType()void setSourceType(java.lang.Class<?> value)
Source Type' attribute.
value - the new value of the 'Source Type' attribute.getSourceType()java.lang.Class<?> getImplementationType()
If the meaning of the 'Implementation Type' attribute isn't clear, there really should be more of a description here...
setImplementationType(Class),
CatalogPackage.getDiscovererDescription_ImplementationType()void setImplementationType(java.lang.Class<?> value)
Implementation Type' attribute.
value - the new value of the 'Implementation Type' attribute.getImplementationType()Bundle getImplementationBundle()
If the meaning of the 'Implementation Bundle' attribute isn't clear, there really should be more of a description here...
setImplementationBundle(Bundle),
CatalogPackage.getDiscovererDescription_ImplementationBundle()void setImplementationBundle(Bundle value)
Implementation Bundle' attribute.
value - the new value of the 'Implementation Bundle' attribute.getImplementationBundle()DiscovererParameter getParameterDefinition(java.lang.String parameterName)