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