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 class
BooleanProperty
Deprecated.Use aPropertyDescriptor<Boolean>
instead.class
CharacterProperty
Deprecated.Use aPropertyDescriptor<Character>
.class
DoubleProperty
Deprecated.Use aPropertyDescriptor<Double>
instead.class
EnumeratedProperty<E>
Deprecated.Use aPropertyDescriptor<E>
instead.class
FileProperty
Deprecated.Will be removed with 7.0.0 with no scheduled replacementclass
FloatProperty
Deprecated.UsePropertyFactory.doubleProperty(String)
instead.class
IntegerProperty
Deprecated.Use aPropertyDescriptor<Integer>
instead.class
LongProperty
Deprecated.Use aPropertyDescriptor<Long>
instead.class
MethodProperty
Deprecated.Not useful, will be remove by 7.0.0class
RegexProperty
Deprecated.Use aPropertyDescriptor<Pattern>
.class
StringProperty
Deprecated.Use aPropertyDescriptor<String>
.class
TypeProperty
Deprecated.Will be removed with 7.0.0 with no scheduled replacement yet
-