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