org.hyperic.util.config
Class DoubleConfigOption
java.lang.Object
org.hyperic.util.config.ConfigOption
org.hyperic.util.config.DoubleConfigOption
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class DoubleConfigOption
- extends ConfigOption
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
DoubleConfigOption(java.lang.String optName,
java.lang.String optDesc,
java.lang.Double defValue)
|
Methods inherited from class org.hyperic.util.config.ConfigOption |
copy, equals, getCategory, getConfirm, getDefault, getDescription, getName, hashCode, invalidOption, isOptional, setCategory, setConfirm, setDefault, setDescription, setName, setOptional, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
DoubleConfigOption
public DoubleConfigOption(java.lang.String optName,
java.lang.String optDesc,
java.lang.Double defValue)
checkOptionIsValid
public void checkOptionIsValid(java.lang.String value)
throws InvalidOptionValueException
- Specified by:
checkOptionIsValid
in class ConfigOption
- Throws:
InvalidOptionValueException
setMinValue
public void setMinValue(double len)
- Option properties
getMinValue
public double getMinValue()
setMaxValue
public void setMaxValue(double len)
getMaxValue
public double getMaxValue()
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.