net.sourceforge.pmd.properties
public class DoubleProperty extends AbstractScalarProperty
Constructor Summary | |
---|---|
DoubleProperty(String theName, String theDescription, double theDefault, float theUIOrder)
Constructor for DoubleProperty. | |
DoubleProperty(String theName, String theDescription, double[] defaultValues, float theUIOrder, int theMaxValues)
Constructor for DoubleProperty. | |
DoubleProperty(String theName, String theDescription, Double[] defaultValues, float theUIOrder, int theMaxValues)
Constructor for DoubleProperty. |
Method Summary | |
---|---|
protected Object[] | arrayFor(int size)
Method arrayFor. |
protected Object | createFrom(String value)
Method createFrom. |
Class<Double> | type()
Method type. |
Parameters: theName String theDescription String theDefault double theUIOrder float
Parameters: theName String theDescription String defaultValues boolean[] theUIOrder float theMaxValues int
Parameters: theName String theDescription String defaultValues Double[] theUIOrder float theMaxValues int
Parameters: size int
Returns: Object[]
Parameters: value String
Returns: Object
Returns: Class
See Also: type