org.eclipse.gmt.modisco.infra.discoverymanager
Class DiscoveryParameterImpl

java.lang.Object
  extended by org.eclipse.gmt.modisco.infra.discoverymanager.DiscoveryParameterImpl
All Implemented Interfaces:
DiscoveryParameter

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

@Deprecated
public class DiscoveryParameterImpl
extends java.lang.Object
implements DiscoveryParameter


Constructor Summary
DiscoveryParameterImpl()
          Deprecated.  
DiscoveryParameterImpl(java.lang.String name)
          Deprecated.  
DiscoveryParameterImpl(java.lang.String name, DiscoveryParameterDirectionKind parameterDirectionKind, java.lang.Class<?> type, boolean required)
          Deprecated.  
 
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.  
 void setDescription(java.lang.String description)
          Deprecated.  
 void setMultivalued(boolean multivalued)
          Deprecated.  
 void setName(java.lang.String name)
          Deprecated.  
 void setParameterDirectionKind(DiscoveryParameterDirectionKind parameterDirectionKind)
          Deprecated.  
 void setRequired(boolean required)
          Deprecated.  
 void setType(java.lang.Class<?> type)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiscoveryParameterImpl

public DiscoveryParameterImpl()
Deprecated. 

DiscoveryParameterImpl

public DiscoveryParameterImpl(java.lang.String name)
Deprecated. 

DiscoveryParameterImpl

public DiscoveryParameterImpl(java.lang.String name,
                              DiscoveryParameterDirectionKind parameterDirectionKind,
                              java.lang.Class<?> type,
                              boolean required)
Deprecated. 
Method Detail

getDescription

public java.lang.String getDescription()
Deprecated. 
Specified by:
getDescription in interface DiscoveryParameter
Returns:
the description of the discoverer parameter

setDescription

public void setDescription(java.lang.String description)
Deprecated. 

getName

public java.lang.String getName()
Deprecated. 
Specified by:
getName in interface DiscoveryParameter
Returns:
the name of the discoverer parameter

setName

public void setName(java.lang.String name)
Deprecated. 

getParameterDirectionKind

public DiscoveryParameterDirectionKind getParameterDirectionKind()
Deprecated. 
Specified by:
getParameterDirectionKind in interface DiscoveryParameter
Returns:
the direction (in, out, inout) of the discoverer parameter

setParameterDirectionKind

public void setParameterDirectionKind(DiscoveryParameterDirectionKind parameterDirectionKind)
Deprecated. 

getType

public java.lang.Class<?> getType()
Deprecated. 
Specified by:
getType in interface DiscoveryParameter
Returns:
the type (class) of values for the discoverer parameter

setType

public void setType(java.lang.Class<?> type)
Deprecated. 

isRequired

public boolean isRequired()
Deprecated. 
Specified by:
isRequired in interface DiscoveryParameter
Returns:
true if a value for this discoverer parameter is mandatory to use the discoverer.

setRequired

public void setRequired(boolean required)
Deprecated. 

isMultivalued

public boolean isMultivalued()
Deprecated. 
Specified by:
isMultivalued in interface DiscoveryParameter
Returns:
true if the parameter is a collection or an array of indicated type.

setMultivalued

public void setMultivalued(boolean multivalued)
Deprecated.