fr.cnes.sitools.plugins.filters.model
Class FilterParameter

java.lang.Object
  extended by fr.cnes.sitools.common.model.ExtensionParameter
      extended by fr.cnes.sitools.plugins.filters.model.FilterParameter

public final class FilterParameter
extends ExtensionParameter

Class for parameters of resources

Author:
m.marseille (AKKA Technologies)

Constructor Summary
FilterParameter()
          Constructor
FilterParameter(java.lang.String name, java.lang.String description, FilterParameterType type)
          Constructor
 
Method Summary
 FilterParameterType getType()
          Gets the type value
 void setType(FilterParameterType type)
          Sets the value of 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 name,
                       java.lang.String description,
                       FilterParameterType type)
Constructor

Parameters:
name - the name of the parameter
description - the description of the parameter
type - the type of the parameter
Method Detail

setType

public void setType(FilterParameterType type)
Sets the value of type

Parameters:
type - the type to set

getType

public FilterParameterType getType()
Gets the type value

Returns:
the type


Copyright © 2010-2013 CNES. All Rights Reserved.