fr.cnes.sitools.plugins.applications.model
Class ApplicationPluginParameter

java.lang.Object
  extended by fr.cnes.sitools.common.model.ExtensionParameter
      extended by fr.cnes.sitools.plugins.applications.model.ApplicationPluginParameter

public final class ApplicationPluginParameter
extends ExtensionParameter

Class representing a parameter for an ApplicationPluginModel

Author:
m.gond (AKKA Technologies)

Constructor Summary
ApplicationPluginParameter()
          Default constructor
ApplicationPluginParameter(java.lang.String name, java.lang.String description)
          Constructor with the name and the description of the parameter
 
Method Summary
 
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

ApplicationPluginParameter

public ApplicationPluginParameter()
Default constructor


ApplicationPluginParameter

public ApplicationPluginParameter(java.lang.String name,
                                  java.lang.String description)
Constructor with the name and the description of the parameter

Parameters:
name - the name of the parameter
description - the description of the parameter


Copyright © 2010-2013 CNES. All Rights Reserved.