public interface MutablePropertyIntegerDefinition extends PropertyIntegerDefinition, MutablePropertyDefinition<BigInteger>
Modifier and Type | Method and Description |
---|---|
void |
setMaxValue(BigInteger maxValue) |
void |
setMinValue(BigInteger minValue) |
getMaxValue, getMinValue
setCardinality, setChoices, setDefaultValue, setDescription, setDisplayName, setId, setIsInherited, setIsOpenChoice, setIsOrderable, setIsQueryable, setIsRequired, setLocalName, setLocalNamespace, setPropertyType, setQueryName, setUpdatability
getCardinality, getChoices, getDefaultValue, getDescription, getDisplayName, getId, getLocalName, getLocalNamespace, getPropertyType, getQueryName, getUpdatability, isInherited, isOpenChoice, isOrderable, isQueryable, isRequired
getExtensions, setExtensions
void setMinValue(BigInteger minValue)
void setMaxValue(BigInteger maxValue)
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.