public static class Resources.BooleanProp extends Resources.Prop
| Modifier and Type | Field and Description |
|---|---|
private boolean |
defaultValue |
accessor, hasDefaultkey, method| Constructor and Description |
|---|
BooleanProp(Resources.PropertyAccessor accessor,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
defaultValue() |
boolean |
get()
Returns the value of this boolean property.
|
boolean |
get(boolean defaultValue)
Returns the value of this boolean property, returning the given default
value if the property is not set.
|
checkDefault, checkDefault2, hasDefault, isSetderiveKeypublic BooleanProp(Resources.PropertyAccessor accessor, Method method)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.