Uses of Interface
net.sourceforge.pmd.NumericPropertyDescriptor

Packages that use NumericPropertyDescriptor
net.sourceforge.pmd.lang.rule.properties   
 

Uses of NumericPropertyDescriptor in net.sourceforge.pmd.lang.rule.properties
 

Classes in net.sourceforge.pmd.lang.rule.properties that implement NumericPropertyDescriptor
 class AbstractMultiNumericProperty<T>
           
 class AbstractNumericProperty<T>
          Maintains a pair of boundary limit values between which all values managed by the subclasses must fit.
 class DoubleMultiProperty
          Defines a property type that supports multiple double-type property values within an upper and lower boundary.
 class DoubleProperty
          Defines a property type that support single double-type property values within an upper and lower boundary.
 class FloatMultiProperty
          Defines a property type that support float property values within an upper and lower boundary.
 class FloatProperty
          Defines a property type that supports single float property values within an upper and lower boundary.
 class IntegerMultiProperty
          Defines a datatype that supports multiple Integer property values within an upper and lower boundary.
 class IntegerProperty
          Defines a datatype that supports single Integer property values within an upper and lower boundary.
 class LongMultiProperty
          Defines a datatype that supports multiple Long property values within an upper and lower boundary.
 class LongProperty
          Defines a datatype that supports the single Long property values within an upper and lower boundary.
 



Copyright © 2002-2015 InfoEther. All Rights Reserved.