Package org.jlab.utils.options
Class OptionValue
java.lang.Object
org.jlab.utils.options.OptionValue
- Author:
- gavalian
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiondoublegetValue()intintValue()longbooleanfinal OptionValuesetDefault(String value) final OptionValuesetDescription(String desc) final OptionValuefinal OptionValue
- 
Constructor Details- 
OptionValuepublic OptionValue()
- 
OptionValue
- 
OptionValue
 
- 
- 
Method Details- 
setOption
- 
setValue
- 
setDefault
- 
setDescription
- 
getOption
- 
getValue
- 
getDescription
- 
getDefault
- 
intValuepublic int intValue()
- 
longValuepublic long longValue()
- 
doubleValuepublic double doubleValue()
- 
stringValue
- 
parse
 
-