fr.cnes.sitools.common.model
Class ExtensionParameter

java.lang.Object
  extended by fr.cnes.sitools.common.model.ExtensionParameter
Direct Known Subclasses:
ApplicationPluginParameter, ConverterParameter, FilterParameter, FilterParameter, ResourceParameter

public abstract class ExtensionParameter
extends java.lang.Object

Base class for extension parameters

Author:
m.marseille (AKKA Technologies)

Constructor Summary
ExtensionParameter()
          Constructor
ExtensionParameter(java.lang.String n, java.lang.String d)
          Constructor
 
Method Summary
 java.lang.String getDescription()
          Get the parameter description
 java.lang.String getName()
          Get the parameter name
 java.lang.String getValue()
          Get the value of the internal parameter
 java.lang.String getValueType()
          Gets the valueType value
 void setDescription(java.lang.String description)
          Sets the value of description
 void setName(java.lang.String name)
          Sets the value of name
 void setValue(java.lang.String value)
          Set the value
 void setValueType(java.lang.String valueType)
          Sets the value of valueType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtensionParameter

public ExtensionParameter()
Constructor


ExtensionParameter

public ExtensionParameter(java.lang.String n,
                          java.lang.String d)
Constructor

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

setName

public final void setName(java.lang.String name)
Sets the value of name

Parameters:
name - the name to set

setDescription

public final void setDescription(java.lang.String description)
Sets the value of description

Parameters:
description - the description to set

getName

public final java.lang.String getName()
Get the parameter name

Returns:
the name of the parameter

getDescription

public final java.lang.String getDescription()
Get the parameter description

Returns:
the description of the parameter

getValue

public final java.lang.String getValue()
Get the value of the internal parameter

Returns:
the value of the parameter

setValue

public final void setValue(java.lang.String value)
Set the value

Parameters:
value - the value to set

getValueType

public final java.lang.String getValueType()
Gets the valueType value

Returns:
the valueType

setValueType

public final void setValueType(java.lang.String valueType)
Sets the value of valueType

Parameters:
valueType - the valueType to set


Copyright © 2010-2013 CNES. All Rights Reserved.