public class AllowableRangeValues extends Object implements AllowableValues
| Modifier and Type | Method and Description |
|---|---|
Map<PropertyBuilder.PropertyId,Object> |
asPropertyArguments() |
static AllowableRangeValues |
create(String allowableValues) |
BigDecimal |
getMaximum() |
BigDecimal |
getMinimum() |
boolean |
isExclusiveMaximum() |
boolean |
isExclusiveMinimum() |
public static AllowableRangeValues create(String allowableValues)
public BigDecimal getMinimum()
public BigDecimal getMaximum()
public boolean isExclusiveMinimum()
public boolean isExclusiveMaximum()
public Map<PropertyBuilder.PropertyId,Object> asPropertyArguments()
asPropertyArguments in interface AllowableValuesCopyright © 2019. All Rights Reserved.