org.eclipse.gmt.modisco.infra.discoverymanager.ui.launch.data
Interface DiscoveryParameterDisplay

All Superinterfaces:
DiscoveryParameter
All Known Implementing Classes:
DiscoveryParameterDisplayImpl

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

@Deprecated
public interface DiscoveryParameterDisplay
extends DiscoveryParameter

Author:
GBarbier

Method Summary
 java.lang.Object getValue()
          Deprecated. To associate a value with a discoverer parameter in the context of launch configuration, we have a technical limitation due to serialization of parameters.
 void setValue(java.lang.Object value)
          Deprecated. To initialize the value of the discoverer parameter.
 
Methods inherited from interface org.eclipse.gmt.modisco.infra.discoverymanager.DiscoveryParameter
getDescription, getName, getParameterDirectionKind, getType, isMultivalued, isRequired
 

Method Detail

getValue

java.lang.Object getValue()
Deprecated. 
To associate a value with a discoverer parameter in the context of launch configuration, we have a technical limitation due to serialization of parameters. The value have to be an instance of int, boolean, String, List or Map. For other types, each discoverer will have to provide a serialization method to obtain a String which represent the value, and a dezerialization method to obtain a value from a String. Null indicates there is no value (it is not possible to use null as a valid value)

Returns:
the value associated to this discoverer parameter.

setValue

void setValue(java.lang.Object value)
Deprecated. 
To initialize the value of the discoverer parameter.

Parameters:
value -