| java.lang.Object net.sourceforge.pmd.properties.AbstractPMDProperty net.sourceforge.pmd.properties.AbstractScalarProperty net.sourceforge.pmd.properties.FloatProperty
FloatProperty | public class FloatProperty extends AbstractScalarProperty (Code) | | Defines a property type that support float property values.
author: Brian Remedios |
Constructor Summary | |
public | FloatProperty(String theName, String theDescription, float theDefault, float theUIOrder) Constructor for FloatProperty. | public | FloatProperty(String theName, String theDescription, float[] defaultValues, float theUIOrder, int theMaxValues) Constructor for FloatProperty. | public | FloatProperty(String theName, String theDescription, Float[] defaultValues, float theUIOrder, int theMaxValues) Constructor for FloatProperty. |
FloatProperty | public FloatProperty(String theName, String theDescription, float theDefault, float theUIOrder)(Code) | | Constructor for FloatProperty.
Parameters: theName - String Parameters: theDescription - String Parameters: theDefault - float Parameters: theUIOrder - float |
FloatProperty | public FloatProperty(String theName, String theDescription, float[] defaultValues, float theUIOrder, int theMaxValues)(Code) | | Constructor for FloatProperty.
Parameters: theName - String Parameters: theDescription - String Parameters: defaultValues - boolean[] Parameters: theUIOrder - float Parameters: theMaxValues - int |
FloatProperty | public FloatProperty(String theName, String theDescription, Float[] defaultValues, float theUIOrder, int theMaxValues)(Code) | | Constructor for FloatProperty.
Parameters: theName - String Parameters: theDescription - String Parameters: defaultValues - Float[] Parameters: theUIOrder - float Parameters: theMaxValues - int |
arrayFor | protected Object[] arrayFor(int size)(Code) | | Method arrayFor.
Parameters: size - int Object[] |
createFrom | protected Object createFrom(String value)(Code) | | Method createFrom.
Parameters: value - String Object |
Fields inherited from net.sourceforge.pmd.properties.AbstractPMDProperty | protected char multiValueDelimiter(Code)(Java Doc)
|
|
|