fr.cnes.sitools.dataset.filter.model
Class FilterParameter

java.lang.Object
  extended by fr.cnes.sitools.common.model.ExtensionParameter
      extended by fr.cnes.sitools.dataset.filter.model.FilterParameter

public final class FilterParameter
extends ExtensionParameter

A converter parameter contains informations about a parameter in a filter

Author:
AKKA

Constructor Summary
FilterParameter()
          Constructor
FilterParameter(java.lang.String n, java.lang.String d, FilterParameterType pt)
          Constructor
 
Method Summary
 void attachColumnName(java.lang.String cn)
          Attach the given column name to parameter
 java.lang.String getAttachedColumn()
          Gets the attachedColumn value
 FilterParameterType getParameterType()
          Get the parameter type
 void setAttachedColumn(java.lang.String attachedColumn)
          Sets the value of attachedColumn
 void setParameterType(FilterParameterType 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

FilterParameter

public FilterParameter()
Constructor


FilterParameter

public FilterParameter(java.lang.String n,
                       java.lang.String d,
                       FilterParameterType pt)
Constructor

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

setParameterType

public void setParameterType(FilterParameterType 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

attachColumnName

public void attachColumnName(java.lang.String cn)
Attach the given column name to parameter

Parameters:
cn - the column name

getParameterType

public FilterParameterType getParameterType()
Get the parameter type

Returns:
the parameter type


Copyright © 2010-2013 CNES. All Rights Reserved.