|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Parameter | |
|---|---|
| org.geotoolkit.parameter | Parameter implementations. |
| Uses of Parameter in org.geotoolkit.parameter |
|---|
| Methods in org.geotoolkit.parameter that return Parameter | ||
|---|---|---|
Parameter<T> |
Parameter.clone()
Returns a clone of this parameter. |
|
static
|
Parameter.create(String name,
Class<T> type,
T value)
Constructs a parameter from the specified code list. |
|
static Parameter<Double> |
Parameter.create(String name,
double value,
Unit<?> unit)
Constructs a parameter from the specified name and value. |
|
static Parameter<Integer> |
Parameter.create(String name,
int value)
Constructs a parameter from the specified name and value. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||