Package adams.core.option.parsing
Class SpreadSheetColumnRangeParsing
- java.lang.Object
-
- adams.core.option.parsing.AbstractParsing
-
- adams.core.option.parsing.SpreadSheetColumnRangeParsing
-
public class SpreadSheetColumnRangeParsing extends AbstractParsing
For parsing SpreadSheetColumnRange options.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Constructor Summary
Constructors Constructor Description SpreadSheetColumnRangeParsing()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
toString(AbstractOption option, Object object)
Returns the Compound as string.static Object
valueOf(AbstractOption option, String str)
Returns a Compound generated from the string.
-
-
-
Method Detail
-
toString
public static String toString(AbstractOption option, Object object)
Returns the Compound as string.- Parameters:
option
- the current optionobject
- the Compound object to convert- Returns:
- the generated string
-
valueOf
public static Object valueOf(AbstractOption option, String str)
Returns a Compound generated from the string.- Parameters:
option
- the current optionstr
- the string to convert to a Compound- Returns:
- the generated Compound
-
-