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