|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.proteios.core.ParameterType<Double>
org.proteios.core.DoubleParameterType
public class DoubleParameterType
This class represent a parameter type that is a double.
This type defines a lower limit
and an upper limit for the range of
allowed values.
| Constructor Summary | |
|---|---|
DoubleParameterType()
Create a new double parameter type, without any limits and allowing null values. |
|
DoubleParameterType(Double lowerLimit,
Double upperLimit,
Double defaultValue,
boolean notNull)
Create a new double parameter type. |
|
DoubleParameterType(Double lowerLimit,
Double upperLimit,
Double defaultValue,
boolean notNull,
int multiplicity,
int width,
int height,
List<Double> items)
|
|
| Method Summary | |
|---|---|
Double |
getLowerLimit()
Get the lowst valid value of the parameter. |
Double |
getUpperLimit()
Get the highest valid value of the parameter. |
String |
toString()
|
| Methods inherited from class org.proteios.core.ParameterType |
|---|
getDefaultValue, getHeight, getItems, getMultiplicity, getNotNull, getParameterClass, getWidth, isEnumeration, validate, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DoubleParameterType()
public DoubleParameterType(Double lowerLimit,
Double upperLimit,
Double defaultValue,
boolean notNull)
lowerLimit - The lowest allowed value, or null to have no limitupperLimit - The highest allowed value, or null to have no limitnotNull - FALSE if nulls values are allowed, TRUE otherwise
public DoubleParameterType(Double lowerLimit,
Double upperLimit,
Double defaultValue,
boolean notNull,
int multiplicity,
int width,
int height,
List<Double> items)
| Method Detail |
|---|
public String toString()
toString in class Objectpublic Double getLowerLimit()
public Double getUpperLimit()
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||