Uses of Class
jmri.AnalogIO.AbsoluteOrRelative
-
Packages that use AnalogIO.AbsoluteOrRelative Package Description jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts.jmri.implementation Provides implementations of various JMRI interfaces. -
-
Uses of AnalogIO.AbsoluteOrRelative in jmri
Methods in jmri that return AnalogIO.AbsoluteOrRelative Modifier and Type Method Description AnalogIO.AbsoluteOrRelativeAnalogIO. getAbsoluteOrRelative()Is this AnalogIO absolute or relative?static AnalogIO.AbsoluteOrRelativeAnalogIO.AbsoluteOrRelative. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AnalogIO.AbsoluteOrRelative[]AnalogIO.AbsoluteOrRelative. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AnalogIO.AbsoluteOrRelative in jmri.implementation
Methods in jmri.implementation that return AnalogIO.AbsoluteOrRelative Modifier and Type Method Description AnalogIO.AbsoluteOrRelativeAbstractVariableLight. getAbsoluteOrRelative()AnalogIO.AbsoluteOrRelativeDefaultAverageMeter. getAbsoluteOrRelative()Is this AnalogIO absolute or relative?AnalogIO.AbsoluteOrRelativeDefaultMeter. getAbsoluteOrRelative()Is this AnalogIO absolute or relative?
-