Uses of Interface
net.sourceforge.pmd.properties.SingleValuePropertyDescriptor
-
Packages that use SingleValuePropertyDescriptor Package Description net.sourceforge.pmd.properties -
-
Uses of SingleValuePropertyDescriptor in net.sourceforge.pmd.properties
Classes in net.sourceforge.pmd.properties that implement SingleValuePropertyDescriptor Modifier and Type Class Description classBooleanPropertyDeprecated.Use aPropertyDescriptor<Boolean>instead.classCharacterPropertyDeprecated.Use aPropertyDescriptor<Character>.classDoublePropertyDeprecated.Use aPropertyDescriptor<Double>instead.classEnumeratedProperty<E>Deprecated.Use aPropertyDescriptor<E>instead.classFilePropertyDeprecated.Will be removed with 7.0.0 with no scheduled replacementclassFloatPropertyDeprecated.UsePropertyFactory.doubleProperty(String)instead.classIntegerPropertyDeprecated.Use aPropertyDescriptor<Integer>instead.classLongPropertyDeprecated.Use aPropertyDescriptor<Long>instead.classMethodPropertyDeprecated.Not useful, will be remove by 7.0.0classRegexPropertyDeprecated.Use aPropertyDescriptor<Pattern>.classStringPropertyDeprecated.Use aPropertyDescriptor<String>.classTypePropertyDeprecated.Will be removed with 7.0.0 with no scheduled replacement yet
-