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