Package org.djutils.cli
Class CliUnitConverters.ELECTRICALPOTENTIAL
java.lang.Object
org.djutils.cli.CliUnitConverters.ELECTRICALPOTENTIAL
- All Implemented Interfaces:
 CommandLine.ITypeConverter<ElectricalPotential>
- Enclosing class:
 - CliUnitConverters
 
public static class CliUnitConverters.ELECTRICALPOTENTIAL
extends Object
implements CommandLine.ITypeConverter<ElectricalPotential>
Convert an electrical potential String with unit on the command line to an ElectricalPotential scalar.
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
ELECTRICALPOTENTIAL
public ELECTRICALPOTENTIAL() 
 - 
 - 
Method Details
- 
convert
@Generated(value="org.djunits.generator.GenerateCliConverters", date="2025-06-07T10:15:31.719700800Z") public ElectricalPotential convert(String value) throws Exception - Specified by:
 convertin interfaceCommandLine.ITypeConverter<ElectricalPotential>- Throws:
 Exception
 
 -