Uses of Interface
net.sourceforge.pmd.properties.NumericPropertyDescriptor
-
Packages that use NumericPropertyDescriptor Package Description net.sourceforge.pmd.properties -
-
Uses of NumericPropertyDescriptor in net.sourceforge.pmd.properties
Classes in net.sourceforge.pmd.properties that implement NumericPropertyDescriptor Modifier and Type Class Description classDoubleMultiPropertyDeprecated.Use aPropertyDescriptor<List<Double>>instead.classDoublePropertyDeprecated.Use aPropertyDescriptor<Double>instead.classFloatMultiPropertyDeprecated.Use aPropertyDescriptor<List<Double>>instead.classFloatPropertyDeprecated.UsePropertyFactory.doubleProperty(String)instead.classIntegerMultiPropertyDeprecated.Use aPropertyDescriptor<List<Integer>>instead.classIntegerPropertyDeprecated.Use aPropertyDescriptor<Integer>instead.classLongMultiPropertyDeprecated.Use aPropertyDescriptor<List<Long>>instead.classLongPropertyDeprecated.Use aPropertyDescriptor<Long>instead.
-