com.cisco.oss.foundation.configuration.validation.params
Class ParamReaders.DoubleReader

java.lang.Object
  extended by com.cisco.oss.foundation.configuration.validation.params.ParamReaders.DoubleReader
All Implemented Interfaces:
ParamReaders.ParamReader<Double>
Enclosing class:
ParamReaders

public static class ParamReaders.DoubleReader
extends Object
implements ParamReaders.ParamReader<Double>


Constructor Summary
ParamReaders.DoubleReader()
           
 
Method Summary
 Double readValue(String name)
           
 Double readValue(String name, Double defValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParamReaders.DoubleReader

public ParamReaders.DoubleReader()
Method Detail

readValue

public Double readValue(String name)
Specified by:
readValue in interface ParamReaders.ParamReader<Double>

readValue

public Double readValue(String name,
                        Double defValue)
Specified by:
readValue in interface ParamReaders.ParamReader<Double>


Copyright © 2014 Cisco. All Rights Reserved.