Package org.djutils.cli
Class CliUnitConverters.FLOWVOLUME
java.lang.Object
org.djutils.cli.CliUnitConverters.FLOWVOLUME
- All Implemented Interfaces:
CommandLine.ITypeConverter<FlowVolume>
- Enclosing class:
- CliUnitConverters
public static class CliUnitConverters.FLOWVOLUME extends Object implements CommandLine.ITypeConverter<FlowVolume>
Convert a flow volume String with unit on the command line to a FlowVolume scalar.
-
Constructor Summary
Constructors Constructor Description FLOWVOLUME()
-
Method Summary
Modifier and Type Method Description FlowVolume
convert(String value)
-
Constructor Details
-
FLOWVOLUME
public FLOWVOLUME()
-
-
Method Details
-
convert
@Generated(value="org.djunits.generator.GenerateCliConverters", date="2020-01-17T12:27:20.797349900Z") public FlowVolume convert(String value) throws Exception- Specified by:
convert
in interfaceCommandLine.ITypeConverter<FlowVolume>
- Throws:
Exception
-