Package net.sourceforge.pmd.properties
Interface NumericPropertyDescriptor<T>
-
- Type Parameters:
T
- type of the property value
- All Superinterfaces:
Comparable<PropertyDescriptor<?>>
,PropertyDescriptor<T>
- All Known Implementing Classes:
DoubleMultiProperty
,DoubleProperty
,FloatMultiProperty
,FloatProperty
,IntegerMultiProperty
,IntegerProperty
,LongMultiProperty
,LongProperty
@Deprecated public interface NumericPropertyDescriptor<T> extends PropertyDescriptor<T>
Deprecated.Will be removed with 7.0.0. In the future this interface won't exist, but numeric properties will still be aroundDefines a descriptor type whose instance values are required to lie within specified upper and lower limits.- Author:
- Brian Remedios, Clément Fournier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Number
lowerLimit()
Deprecated.Returns the minimum value that instances of the property can have.Number
upperLimit()
Deprecated.Returns the maximum value that instances of the property can have.-
Methods inherited from interface net.sourceforge.pmd.properties.PropertyDescriptor
asDelimitedString, attributeValuesById, compareTo, defaultValue, description, errorFor, isDefinedExternally, isMultiValue, name, preferredRowCount, propertyErrorFor, type, uiOrder, valueFrom
-
-