|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.common.model.ExtensionParameter
public abstract class ExtensionParameter
Base class for extension parameters
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 |
---|
public ExtensionParameter()
public ExtensionParameter(java.lang.String n, java.lang.String d)
n
- name of the parameterd
- description of the parameterMethod Detail |
---|
public final void setName(java.lang.String name)
name
- the name to setpublic final void setDescription(java.lang.String description)
description
- the description to setpublic final java.lang.String getName()
public final java.lang.String getDescription()
public final java.lang.String getValue()
public final void setValue(java.lang.String value)
value
- the value to setpublic final java.lang.String getValueType()
public final void setValueType(java.lang.String valueType)
valueType
- the valueType to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |