com.netflix.config
Class DynamicDoubleProperty

java.lang.Object
  extended by com.netflix.config.PropertyWrapper<java.lang.Double>
      extended by com.netflix.config.DynamicDoubleProperty

public class DynamicDoubleProperty
extends PropertyWrapper<java.lang.Double>

A dynamic property whose value is a double.

Use APIs in DynamicPropertyFactory to create instance of this class.


Field Summary
 
Fields inherited from class com.netflix.config.PropertyWrapper
defaultValue, prop
 
Method Summary
 double get()
          Get the current value from the underlying DynamicProperty
 java.lang.Double getValue()
          Get current typed value of the property.
 
Methods inherited from class com.netflix.config.PropertyWrapper
addCallback, getChangedTimestamp, getName, propertyChanged, registerSubClassWithNoCallback, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

get

public double get()
Get the current value from the underlying DynamicProperty


getValue

public java.lang.Double getValue()
Description copied from class: PropertyWrapper
Get current typed value of the property.

Specified by:
getValue in class PropertyWrapper<java.lang.Double>