Uses of Enum
jmri.Meter.Unit
Packages that use Meter.Unit
Package
Description
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
Provides implementations of various JMRI interfaces.
-
Uses of Meter.Unit in jmri
Methods in jmri that return Meter.UnitModifier and TypeMethodDescriptionMeter.getUnit()static Meter.UnitReturns 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.UnitConstructors in jmri.implementation with parameters of type Meter.UnitModifierConstructorDescriptionDefaultCurrentMeter(String sys, Meter.Unit unit, double min, double max, double resolution, MeterUpdateTask updateTask) DefaultMeter(String sys, Meter.Unit unit, double min, double max, double resolution, MeterUpdateTask updateTask) DefaultVoltageMeter(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