net.hyperic.util.config
Class DoubleConfigOption
java.lang.Object
net.hyperic.util.config.ConfigOption
net.hyperic.util.config.DoubleConfigOption
- All Implemented Interfaces:
- java.io.Serializable
- public class DoubleConfigOption
- extends ConfigOption
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
DoubleConfigOption
protected DoubleConfigOption()
- Should only be used by serializer/deserializer
DoubleConfigOption
public DoubleConfigOption(java.lang.String optName,
java.lang.String optDesc,
java.lang.Double defValue)
DoubleConfigOption
public DoubleConfigOption(net.hyperic.util.config.OptionTransport transport)
throws net.hyperic.util.config.EncodingException
checkOptionIsValid
public void checkOptionIsValid(java.lang.String value)
throws InvalidOptionValueException
- Specified by:
checkOptionIsValid
in class ConfigOption
- Throws:
InvalidOptionValueException
getTransport
public net.hyperic.util.config.OptionTransport getTransport()
- Specified by:
getTransport
in class ConfigOption
setMinValue
public void setMinValue(double len)
- Option properties
getMinValue
public double getMinValue()
setMaxValue
public void setMaxValue(double len)
getMaxValue
public double getMaxValue()
Copyright © 2004-2005 Hyperic LLC support@hyperic.net, All Rights Reserved.