net.sourceforge.pmd.properties
public class IntegerProperty extends AbstractScalarProperty
Version: $Revision$
| Constructor Summary | |
|---|---|
| IntegerProperty(String theName, String theDescription, int theDefault, float theUIOrder)
Constructor for IntegerProperty. | |
| IntegerProperty(String theName, String theDescription, int[] theDefaults, float theUIOrder, int maxCount)
Constructor for IntegerProperty. | |
| IntegerProperty(String theName, String theDescription, Integer[] theDefaults, float theUIOrder, int maxCount)
Constructor for IntegerProperty. | |
| Method Summary | |
|---|---|
| protected Object[] | arrayFor(int size)
Method arrayFor. |
| protected Object | createFrom(String value)
Method createFrom. |
| Class<Integer> | type()
Method type. |
Parameters: theName String theDescription String theDefault int theUIOrder float
Parameters: theName String theDescription String theDefaults int[] theUIOrder float maxCount int
Parameters: theName String theDescription String theDefaults Integer[] theUIOrder float maxCount int
Parameters: size int
Returns: Object[]
Parameters: value String
Returns: Object
Returns: Class
See Also: type