net.infonode.properties.types
public class BooleanProperty extends ValueHandlerProperty
Version: $Revision: 1.4 $
Constructor Summary | |
---|---|
BooleanProperty(PropertyGroup group, String name, String description, PropertyValueHandler valueHandler)
Constructor.
|
Method Summary | |
---|---|
boolean | get(Object valueContainer)
Returns the boolean value of this property in a value container.
|
void | set(Object valueContainer, boolean value)
Sets the boolean value of this property in a value container.
|
Parameters: group the property group name the property name description the property description valueHandler handles values for this property
Parameters: valueContainer the value container
Returns: the boolean value of this property
Parameters: valueContainer the value container value the boolean value