public static class Resources.DoubleProp extends Resources.Prop
accessor, hasDefault
key, 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.
|
hasDefault, isSet
deriveKey
public DoubleProp(Resources.PropertyAccessor accessor, Method method)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.