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.AbsoluteOrRelative
AnalogIO. getAbsoluteOrRelative()
Is this AnalogIO absolute or relative?static AnalogIO.AbsoluteOrRelative
AnalogIO.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.AbsoluteOrRelative
AbstractVariableLight. getAbsoluteOrRelative()
AnalogIO.AbsoluteOrRelative
DefaultMeter. getAbsoluteOrRelative()
Is this AnalogIO absolute or relative?
-