public class BolProp extends PropertyBase<Boolean>
TextUtil.toBoolean(java.lang.String) to
determine if the String is considered true or false.
If the value is null after trimming, the value is considered null.
| Modifier and Type | Class and Description |
|---|---|
static class |
BolProp.BolBuilder |
| Constructor and Description |
|---|
BolProp(Boolean defaultValue,
boolean nonNull,
String shortDesc,
List<Name> aliases,
PropertyType paramType,
ValueType<Boolean> valueType,
Trimmer trimmer,
String helpText) |
| Modifier and Type | Method and Description |
|---|---|
static BolProp.BolBuilder |
builder() |
getDefaultValue, getDescription, getExplicitValue, getHelpText, getPropertyType, getRequestedAliases, getTrimmer, getValidators, getValue, getValueType, isNonNullRequiredpublic static BolProp.BolBuilder builder()
Copyright © 2017. All rights reserved.