fr.cnes.sitools.dataset.converter.model
Class ConverterParameter

java.lang.Object
  extended by fr.cnes.sitools.common.model.ExtensionParameter
      extended by fr.cnes.sitools.dataset.converter.model.ConverterParameter

public final class ConverterParameter
extends ExtensionParameter

A converter parameter contains informations about a parameter in a converter

Author:
AKKA

Constructor Summary
ConverterParameter()
          Constructor
ConverterParameter(java.lang.String n, java.lang.String d, ConverterParameterType pt)
          Constructor
 
Method Summary
 java.lang.String getAttachedColumn()
          Gets the attachedColumn value
 ConverterParameterType getParameterType()
          Gets the parameter_type value
 void setAttachedColumn(java.lang.String attachedColumn)
          Sets the value of attachedColumn
 void setParameterType(ConverterParameterType paramType)
          Sets the value of parameter_type
 
Methods inherited from class fr.cnes.sitools.common.model.ExtensionParameter
getDescription, getName, getValue, getValueType, setDescription, setName, setValue, setValueType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConverterParameter

public ConverterParameter()
Constructor


ConverterParameter

public ConverterParameter(java.lang.String n,
                          java.lang.String d,
                          ConverterParameterType pt)
Constructor

Parameters:
n - name of the parameter
d - description of the parameter
pt - type of the parameter
Method Detail

getParameterType

public ConverterParameterType getParameterType()
Gets the parameter_type value

Returns:
the parameter_type

setParameterType

public void setParameterType(ConverterParameterType paramType)
Sets the value of parameter_type

Parameters:
paramType - the parameter_type to set

getAttachedColumn

public java.lang.String getAttachedColumn()
Gets the attachedColumn value

Returns:
the attachedColumn

setAttachedColumn

public void setAttachedColumn(java.lang.String attachedColumn)
Sets the value of attachedColumn

Parameters:
attachedColumn - the attachedColumn to set


Copyright © 2010-2013 CNES. All Rights Reserved.