| java.lang.Object net.sourceforge.pmd.properties.AbstractPMDProperty net.sourceforge.pmd.properties.AbstractScalarProperty net.sourceforge.pmd.properties.DoubleProperty
DoubleProperty | public class DoubleProperty extends AbstractScalarProperty (Code) | | Defines a property type that support double property values.
author: Brian Remedios |
Constructor Summary | |
public | DoubleProperty(String theName, String theDescription, double theDefault, float theUIOrder) Constructor for DoubleProperty. | public | DoubleProperty(String theName, String theDescription, double[] defaultValues, float theUIOrder, int theMaxValues) Constructor for DoubleProperty. | public | DoubleProperty(String theName, String theDescription, Double[] defaultValues, float theUIOrder, int theMaxValues) Constructor for DoubleProperty. |
DoubleProperty | public DoubleProperty(String theName, String theDescription, double theDefault, float theUIOrder)(Code) | | Constructor for DoubleProperty.
Parameters: theName - String Parameters: theDescription - String Parameters: theDefault - double Parameters: theUIOrder - float |
DoubleProperty | public DoubleProperty(String theName, String theDescription, double[] defaultValues, float theUIOrder, int theMaxValues)(Code) | | Constructor for DoubleProperty.
Parameters: theName - String Parameters: theDescription - String Parameters: defaultValues - boolean[] Parameters: theUIOrder - float Parameters: theMaxValues - int |
DoubleProperty | public DoubleProperty(String theName, String theDescription, Double[] defaultValues, float theUIOrder, int theMaxValues)(Code) | | Constructor for DoubleProperty.
Parameters: theName - String Parameters: theDescription - String Parameters: defaultValues - Double[] 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)
|
|
|