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 ElectricalInductanceconvert(String value)
-
Constructor Details
-
ELECTRICALINDUCTANCE
public ELECTRICALINDUCTANCE()
-
-
Method Details
-
convert
@Generated(value="org.djunits.generator.GenerateCliConverters", date="2019-10-22T07:39:24.604Z") public ElectricalInductance convert(String value) throws Exception- Specified by:
convertin interfaceCommandLine.ITypeConverter<ElectricalInductance>- Throws:
Exception
-