| Package | Description |
|---|---|
| org.n52.faroe | |
| org.n52.faroe.settings |
| Modifier and Type | Method and Description |
|---|---|
default SettingValue<Integer> |
SettingValueFactory.newIntegerSettingValue(IntegerSettingDefinition setting,
String stringValue)
Constructs a new
Integer setting value from the supplied definition and string value. |
| Modifier and Type | Method and Description |
|---|---|
IntegerSettingDefinition |
IntegerSettingDefinition.setExclusiveMaximum(boolean exclusiveMaximum)
Set the value of exclusiveMaximum.
|
IntegerSettingDefinition |
IntegerSettingDefinition.setExclusiveMinimum(boolean exclusiveMinimum)
Set the value of exclusiveMinimum.
|
IntegerSettingDefinition |
IntegerSettingDefinition.setMaximum(Integer maximum)
Set the value of maximum.
|
IntegerSettingDefinition |
IntegerSettingDefinition.setMinimum(Integer minimum)
Set the value of minimum.
|
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.