| java.lang.Object net.sourceforge.pmd.properties.AbstractPMDProperty net.sourceforge.pmd.properties.AbstractScalarProperty net.sourceforge.pmd.properties.IntegerProperty
IntegerProperty | public class IntegerProperty extends AbstractScalarProperty (Code) | | Defines a datatype that supports the Integer property values.
author: Brian Remedios version: $Revision$ |
Constructor Summary | |
public | IntegerProperty(String theName, String theDescription, int theDefault, float theUIOrder) Constructor for IntegerProperty. | public | IntegerProperty(String theName, String theDescription, int[] theDefaults, float theUIOrder, int maxCount) Constructor for IntegerProperty. | public | IntegerProperty(String theName, String theDescription, Integer[] theDefaults, float theUIOrder, int maxCount) Constructor for IntegerProperty. |
IntegerProperty | public IntegerProperty(String theName, String theDescription, int theDefault, float theUIOrder)(Code) | | Constructor for IntegerProperty.
Parameters: theName - String Parameters: theDescription - String Parameters: theDefault - int Parameters: theUIOrder - float |
IntegerProperty | public IntegerProperty(String theName, String theDescription, int[] theDefaults, float theUIOrder, int maxCount)(Code) | | Constructor for IntegerProperty.
Parameters: theName - String Parameters: theDescription - String Parameters: theDefaults - int[] Parameters: theUIOrder - float Parameters: maxCount - int |
IntegerProperty | public IntegerProperty(String theName, String theDescription, Integer[] theDefaults, float theUIOrder, int maxCount)(Code) | | Constructor for IntegerProperty.
Parameters: theName - String Parameters: theDescription - String Parameters: theDefaults - Integer[] Parameters: theUIOrder - float Parameters: maxCount - 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)
|
|
|