public class PropertyIntegerDefinitionImpl extends AbstractPropertyDefinition<BigInteger> implements PropertyIntegerDefinition
| Constructor and Description |
|---|
PropertyIntegerDefinitionImpl() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getMaxValue() |
BigInteger |
getMinValue() |
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, toStringgetExtensions, setExtensionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCardinality, getChoices, getDefaultValue, getDescription, getDisplayName, getId, getLocalName, getLocalNamespace, getPropertyType, getQueryName, getUpdatability, isInherited, isOpenChoice, isOrderable, isQueryable, isRequiredgetExtensions, setExtensionspublic BigInteger getMinValue()
getMinValue in interface PropertyIntegerDefinitionpublic void setMinValue(BigInteger minValue)
public BigInteger getMaxValue()
getMaxValue in interface PropertyIntegerDefinitionpublic void setMaxValue(BigInteger maxValue)
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.