public static class PropertySetter.PropertySetterOfBoolean extends PropertySetter<Boolean>
 Abstract builder for Boolean values.
 
PropertySetter.PropertySetterOfBoolean, PropertySetter.PropertySetterOfInteger, PropertySetter.PropertySetterOfObject, PropertySetter.PropertySetterOfString| Constructor and Description | 
|---|
PropertySetter.PropertySetterOfBoolean()
 Builds a new instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
set(Object value)
 Sets the given value by associating it to the supported key and by trying to convert it into the 'T' type. 
 | 
get, getPropertyKey, init, put, setPropertypublic PropertySetter.PropertySetterOfBoolean()
 Builds a new instance. Should be initialized with PropertySetter.init(ObjectBuilder, String, Object).
 
protected void set(Object value)
Sets the given value by associating it to the supported key and by trying to convert it into the 'T' type.
set in class PropertySetter<Boolean>value - the valueCopyright © 2012-2015. All Rights Reserved.