|
||||||||||
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.dataset.converter.model.ConverterParameter
public final class ConverterParameter
A converter parameter contains informations about a parameter in a converter
Constructor Summary | |
---|---|
ConverterParameter()
Constructor |
|
ConverterParameter(java.lang.String n,
java.lang.String d,
ConverterParameterType pt)
Constructor |
Method Summary | |
---|---|
java.lang.String |
getAttachedColumn()
Gets the attachedColumn value |
ConverterParameterType |
getParameterType()
Gets the parameter_type value |
void |
setAttachedColumn(java.lang.String attachedColumn)
Sets the value of attachedColumn |
void |
setParameterType(ConverterParameterType paramType)
Sets the value of parameter_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 |
---|
public ConverterParameter()
public ConverterParameter(java.lang.String n, java.lang.String d, ConverterParameterType pt)
n
- name of the parameterd
- description of the parameterpt
- type of the parameterMethod Detail |
---|
public ConverterParameterType getParameterType()
public void setParameterType(ConverterParameterType paramType)
paramType
- the parameter_type to setpublic java.lang.String getAttachedColumn()
public void setAttachedColumn(java.lang.String attachedColumn)
attachedColumn
- the attachedColumn to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |