public class IntegerSettingDefinition extends AbstractSettingDefinition<Integer>
SettingDefinition for Integers.| Constructor and Description |
|---|
IntegerSettingDefinition()
Constructs a new
IntegerSettingDefinition. |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMaximum()
Get the value of maximum.
|
Integer |
getMinimum()
Get the value of minimum.
|
boolean |
hasMaximum() |
boolean |
hasMinimum() |
boolean |
isExclusiveMaximum()
Get the value of exclusiveMaximum.
|
boolean |
isExclusiveMinimum()
Get the value of exclusiveMinimum.
|
IntegerSettingDefinition |
setExclusiveMaximum(boolean exclusiveMaximum)
Set the value of exclusiveMaximum.
|
IntegerSettingDefinition |
setExclusiveMinimum(boolean exclusiveMinimum)
Set the value of exclusiveMinimum.
|
IntegerSettingDefinition |
setMaximum(Integer maximum)
Set the value of maximum.
|
IntegerSettingDefinition |
setMinimum(Integer minimum)
Set the value of minimum.
|
equals, getDefaultValue, getDescription, getGroup, getKey, getSuborder, getTitle, getType, hasDefaultValue, hasDescription, hasGroup, hashCode, hasStringProperty, hasTitle, isOptional, setDefaultValue, setDescription, setGroup, setKey, setOptional, setTitle, toStringcompareTo, getOrder, setOrderclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetGroup, getOptionalDefaultValuecompareTopublic IntegerSettingDefinition()
IntegerSettingDefinition.public Integer getMinimum()
public boolean hasMinimum()
public IntegerSettingDefinition setMinimum(Integer minimum)
minimum - new value of minimumpublic Integer getMaximum()
public boolean hasMaximum()
public IntegerSettingDefinition setMaximum(Integer maximum)
maximum - new value of maximumpublic boolean isExclusiveMaximum()
public IntegerSettingDefinition setExclusiveMaximum(boolean exclusiveMaximum)
exclusiveMaximum - new value of exclusiveMaximumpublic boolean isExclusiveMinimum()
public IntegerSettingDefinition setExclusiveMinimum(boolean exclusiveMinimum)
exclusiveMinimum - new value of exclusiveMinimumCopyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.