org.eclipse.gmt.modisco.infra.discoverymanager
Interface DiscoveryParameter

All Known Subinterfaces:
DiscoveryParameterDisplay
All Known Implementing Classes:
DiscoveryParameterDisplayImpl, DiscoveryParameterImpl

Deprecated. use org.eclipse.modisco.infra.discovery.core framework

@Deprecated
public interface DiscoveryParameter

The DiscoveryParameter describes informations needed to characterize inputs and outputs for discoverers. A basic implementation has been provided: org.eclipse.gmt.modisco.infra.discoverymanager.DiscoveryParameterImpl


Method Summary
 java.lang.String getDescription()
          Deprecated.  
 java.lang.String getName()
          Deprecated.  
 DiscoveryParameterDirectionKind getParameterDirectionKind()
          Deprecated.  
 java.lang.Class<?> getType()
          Deprecated.  
 boolean isMultivalued()
          Deprecated.  
 boolean isRequired()
          Deprecated.  
 

Method Detail

getName

java.lang.String getName()
Deprecated. 
Returns:
the name of the discoverer parameter

getDescription

java.lang.String getDescription()
Deprecated. 
Returns:
the description of the discoverer parameter

getParameterDirectionKind

DiscoveryParameterDirectionKind getParameterDirectionKind()
Deprecated. 
Returns:
the direction (in, out, inout) of the discoverer parameter

isRequired

boolean isRequired()
Deprecated. 
Returns:
true if a value for this discoverer parameter is mandatory to use the discoverer.

getType

java.lang.Class<?> getType()
Deprecated. 
Returns:
the type (class) of values for the discoverer parameter

isMultivalued

boolean isMultivalued()
Deprecated. 
Returns:
true if the parameter is a collection or an array of indicated type.