| Constructor and Description |
|---|
IntegerType() |
| Modifier and Type | Method and Description |
|---|---|
IntegerType |
defaultValue(Number value) |
IntegerType |
exclusiveMax(boolean exclusiveMax) |
IntegerType |
exclusiveMin(boolean exclusiveMin) |
IntegerType |
feature(String name,
Object value) |
IntegerType |
features(Map<String,Object> features) |
IntegerType |
format(String format) |
Long |
getMaxValue() |
Long |
getMinValue() |
boolean |
isExclusiveMax() |
boolean |
isExclusiveMin() |
IntegerType |
maxValue(Long maxValue) |
IntegerType |
minValue(Long minValue) |
IntegerType |
nullable(boolean nullable) |
void |
setExclusiveMax(boolean exclusiveMax) |
void |
setExclusiveMin(boolean exclusiveMin) |
void |
setMaxValue(Long maxValue) |
void |
setMinValue(Long minValue) |
getDefaultValue, getFeatures, getFormat, getKind, isNullable, nullable, setDefaultValue, setFeatures, setFormat, setNullablepublic IntegerType format(String format)
public IntegerType features(Map<String,Object> features)
public IntegerType feature(String name, Object value)
public IntegerType defaultValue(Number value)
defaultValue in class DataType<Number>public IntegerType nullable(boolean nullable)
public IntegerType minValue(Long minValue)
public IntegerType maxValue(Long maxValue)
public IntegerType exclusiveMin(boolean exclusiveMin)
public IntegerType exclusiveMax(boolean exclusiveMax)
public Long getMinValue()
public void setMinValue(Long minValue)
public Long getMaxValue()
public void setMaxValue(Long maxValue)
public boolean isExclusiveMin()
public void setExclusiveMin(boolean exclusiveMin)
public boolean isExclusiveMax()
public void setExclusiveMax(boolean exclusiveMax)
Copyright © 2016–2019 Softelnet. All rights reserved.