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