public class IntegerType extends Type
| Constructor and Description |
|---|
IntegerType() |
| Modifier and Type | Method and Description |
|---|---|
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) |
void |
setExclusiveMax(boolean exclusiveMax) |
void |
setExclusiveMin(boolean exclusiveMin) |
void |
setMaxValue(Long maxValue) |
void |
setMinValue(Long minValue) |
IntegerType |
tag(String tag) |
IntegerType |
tags(String... tags) |
getFeatures, getFormat, getKind, getTags, setFeatures, setFormat, setTagspublic IntegerType format(String format)
public IntegerType tags(String... tags)
public IntegerType tag(String tag)
public IntegerType feature(String name, Object value)
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–2018 Softelnet. All rights reserved.