|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.unex.sextante.additionalInfo.AdditionalInfoNumericalValue
public class AdditionalInfoNumericalValue
Additional information for a parameter representing a numerical value
Field Summary | |
---|---|
static int |
NUMERICAL_VALUE_DOUBLE
|
static int |
NUMERICAL_VALUE_INTEGER
|
Constructor Summary | |
---|---|
AdditionalInfoNumericalValue(int iType,
double dDefaultValue,
double dMinValue,
double dMaxValue)
Constructor |
Method Summary | |
---|---|
double |
getDefaultValue()
Returns the default value |
double |
getMaxValue()
Returns the maximum value allowed for this parameter |
double |
getMinValue()
Returns the maximum value allowed for this parameter |
java.lang.String |
getTextDescription()
|
int |
getType()
Returns the type of numerical value (integer or double) |
void |
setDefaultValue(double defaultValue)
Sets the default value |
void |
setMaxValue(double dMaxValue)
Sets the maximum value allowed for this parameter |
void |
setMinValue(double dMinValue)
Sets the minimum value allowed for this parameter |
void |
setType(int iType)
Sets the type of numerical value (integer or double) |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NUMERICAL_VALUE_INTEGER
public static final int NUMERICAL_VALUE_DOUBLE
Constructor Detail |
---|
public AdditionalInfoNumericalValue(int iType, double dDefaultValue, double dMinValue, double dMaxValue)
iType
- the type of numerical value(integer or double)dDefaultValue
- the default valuedMinValue
- the minimum value allowed for this parameterdMaxValue
- the maximum value allowed for this parameterMethod Detail |
---|
public double getMaxValue()
public void setMaxValue(double dMaxValue)
dMaxValue
- the maximum value allowed for this parameterpublic double getMinValue()
public void setMinValue(double dMinValue)
dMinValue
- the minimum value allowed for this parameterpublic int getType()
public void setType(int iType)
iType
- the type of numerical value (integer or double)public double getDefaultValue()
public void setDefaultValue(double defaultValue)
defaultValue
- the default valuepublic java.lang.String getTextDescription()
getTextDescription
in interface AdditionalInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |