Overview Package Class Use Tree Deprecated Index Help
PREV CLASS NEXT CLASS FRAMES NO FRAMES All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

net.sourceforge.pmd.properties
Class BooleanProperty

java.lang.Object
 extended by net.sourceforge.pmd.properties.AbstractPMDProperty
 extended by net.sourceforge.pmd.properties.AbstractScalarProperty
 extended by net.sourceforge.pmd.properties.BooleanProperty
All Implemented Interfaces:
java.lang.Comparable<PropertyDescriptor>, PropertyDescriptor

public class BooleanProperty
extends AbstractScalarProperty

Defines a property type that supports Boolean values.

Version:
$Revision$
Author:
Brian Remedios

Field Summary
Fields inherited from class net.sourceforge.pmd.properties.AbstractPMDProperty
multiValueDelimiter
Fields inherited from interface net.sourceforge.pmd.PropertyDescriptor
emptyPropertySet
Constructor Summary
BooleanProperty(java.lang.String theName, java.lang.String theDescription, boolean[] defaultValues, float theUIOrder, int theMaxValues)
Constructor for BooleanProperty.
BooleanProperty(java.lang.String theName, java.lang.String theDescription, java.lang.Boolean[] defaultValues, float theUIOrder, int theMaxValues)
Constructor for BooleanProperty.
BooleanProperty(java.lang.String theName, java.lang.String theDescription, boolean defaultValue, float theUIOrder)
Constructor for BooleanProperty.
Method Summary
protected java.lang.Object[] arrayFor(int size)
Method arrayFor.
protected java.lang.Object createFrom(java.lang.String value)
Method createFrom.
java.lang.Class<java.lang.Boolean> type()
Method type.
Methods inherited from class net.sourceforge.pmd.properties.AbstractScalarProperty
valueFrom
Methods inherited from class net.sourceforge.pmd.properties.AbstractPMDProperty
areEqual, asDelimitedString, asString, choices, compareTo, defaultValue, description, errorFor, isArray, isRequired, maxValueCount, maxValueCount, multiValueDelimiter, multiValueDelimiter, name, preferredRowCount, propertyErrorFor, typeErrorFor, uiOrder, valueErrorFor
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

BooleanProperty

public BooleanProperty(java.lang.String theName,
 java.lang.String theDescription,
 boolean defaultValue,
 float theUIOrder)
Constructor for BooleanProperty.

Parameters:
theName - String
theDescription - String
defaultValue - boolean
theUIOrder - float

BooleanProperty

public BooleanProperty(java.lang.String theName,
 java.lang.String theDescription,
 boolean[] defaultValues,
 float theUIOrder,
 int theMaxValues)
Constructor for BooleanProperty.

Parameters:
theName - String
theDescription - String
defaultValues - boolean[]
theUIOrder - float
theMaxValues - int

BooleanProperty

public BooleanProperty(java.lang.String theName,
 java.lang.String theDescription,
 java.lang.Boolean[] defaultValues,
 float theUIOrder,
 int theMaxValues)
Constructor for BooleanProperty.

Parameters:
theName - String
theDescription - String
defaultValues - Boolean[]
theUIOrder - float
theMaxValues - int
Method Detail

type

public java.lang.Class<java.lang.Boolean> type()
Method type.

Returns:
Class
See Also:
PropertyDescriptor.type()

createFrom

protected java.lang.Object createFrom(java.lang.String value)
Method createFrom.

Specified by:
createFrom in class AbstractScalarProperty
Parameters:
value - String
Returns:
Object

arrayFor

protected java.lang.Object[] arrayFor(int size)
Method arrayFor.

Specified by:
arrayFor in class AbstractScalarProperty
Parameters:
size - int
Returns:
Object[]

Overview Package Class Use Tree Deprecated Index Help
PREV CLASS NEXT CLASS FRAMES NO FRAMES All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Copyright © 2002-2011 InfoEther. All Rights Reserved.

AltStyle によって変換されたページ (->オリジナル) /