Uses of Class
jmri.Meter.Unit
-
Packages that use Meter.Unit Package Description jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts.jmri.implementation Provides implementations of various JMRI interfaces.jmri.jmrix.dccpp -
-
Uses of Meter.Unit in jmri
Methods in jmri that return Meter.Unit Modifier and Type Method Description Meter.Unit
Meter. getUnit()
static Meter.Unit
Meter.Unit. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Meter.Unit[]
Meter.Unit. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Meter.Unit in jmri.implementation
Methods in jmri.implementation that return Meter.Unit Modifier and Type Method Description Meter.Unit
DefaultMeter. getUnit()
Constructors in jmri.implementation with parameters of type Meter.Unit Constructor Description DefaultCurrentMeter(java.lang.String sys, Meter.Unit unit, double min, double max, double resolution, MeterUpdateTask updateTask)
DefaultMeter(java.lang.String sys, Meter.Unit unit, double min, double max, double resolution, MeterUpdateTask updateTask)
DefaultVoltageMeter(java.lang.String sys, Meter.Unit unit, double min, double max, double resolution, MeterUpdateTask updateTask)
-
Uses of Meter.Unit in jmri.jmrix.dccpp
Methods in jmri.jmrix.dccpp that return Meter.Unit Modifier and Type Method Description Meter.Unit
DCCppReply. getMeterUnit()
-