public class PropertyIntegerDefinitionImpl extends AbstractPropertyDefinition<BigInteger> implements MutablePropertyIntegerDefinition
Constructor and Description |
---|
PropertyIntegerDefinitionImpl() |
Modifier and Type | Method and Description |
---|---|
BigInteger |
getMaxValue()
Returns the max value of this integer.
|
BigInteger |
getMinValue()
Returns the min value of this integer.
|
void |
setMaxValue(BigInteger maxValue) |
void |
setMinValue(BigInteger minValue) |
getCardinality, getChoices, getDefaultValue, getDescription, getDisplayName, getId, getLocalName, getLocalNamespace, getPropertyType, getQueryName, getUpdatability, isInherited, isOpenChoice, isOrderable, isQueryable, isRequired, setCardinality, setChoices, setDefaultValue, setDescription, setDisplayName, setId, setIsInherited, setIsOpenChoice, setIsOrderable, setIsQueryable, setIsRequired, setLocalName, setLocalNamespace, setPropertyType, setQueryName, setUpdatability, toString
getExtensions, setExtensions
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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
public BigInteger getMinValue()
PropertyIntegerDefinition
getMinValue
in interface PropertyIntegerDefinition
null
if no limit is specifiedpublic void setMinValue(BigInteger minValue)
setMinValue
in interface MutablePropertyIntegerDefinition
public BigInteger getMaxValue()
PropertyIntegerDefinition
getMaxValue
in interface PropertyIntegerDefinition
null
if no limit is specifiedpublic void setMaxValue(BigInteger maxValue)
setMaxValue
in interface MutablePropertyIntegerDefinition
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.