|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.common.model.ExtensionParameter
fr.cnes.sitools.plugins.applications.model.ApplicationPluginParameter
public final class ApplicationPluginParameter
Class representing a parameter for an ApplicationPluginModel
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 |
---|
public ApplicationPluginParameter()
public ApplicationPluginParameter(java.lang.String name, java.lang.String description)
name
- the name of the parameterdescription
- the description of the parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |