Uses of Class
jmri.Sensor.PullResistance
-
Packages that use Sensor.PullResistance 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.jmrit.beantable.beanedit jmri.jmrix.ieee802154.xbee jmri.jmrix.pi -
-
Uses of Sensor.PullResistance in jmri
Methods in jmri that return Sensor.PullResistance Modifier and Type Method Description static Sensor.PullResistance
Sensor.PullResistance. getByPeopleName(java.lang.String pName)
static Sensor.PullResistance
Sensor.PullResistance. getByShortName(java.lang.String shName)
Sensor.PullResistance
Sensor. getPullResistance()
Get the pull resistancestatic Sensor.PullResistance
Sensor.PullResistance. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Sensor.PullResistance[]
Sensor.PullResistance. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri with parameters of type Sensor.PullResistance Modifier and Type Method Description void
Sensor. setPullResistance(Sensor.PullResistance r)
Set the pull resistance -
Uses of Sensor.PullResistance in jmri.implementation
Methods in jmri.implementation that return Sensor.PullResistance Modifier and Type Method Description Sensor.PullResistance
AbstractSensor. getPullResistance()
Get the pull resistance.Methods in jmri.implementation with parameters of type Sensor.PullResistance Modifier and Type Method Description void
AbstractSensor. setPullResistance(Sensor.PullResistance r)
Set the pull resistance -
Uses of Sensor.PullResistance in jmri.jmrit.beantable.beanedit
Fields in jmri.jmrit.beantable.beanedit with type parameters of type Sensor.PullResistance Modifier and Type Field Description (package private) javax.swing.JComboBox<Sensor.PullResistance>
SensorPullUpEditAction. sensorPullUpComboBox
-
Uses of Sensor.PullResistance in jmri.jmrix.ieee802154.xbee
Methods in jmri.jmrix.ieee802154.xbee that return Sensor.PullResistance Modifier and Type Method Description (package private) Sensor.PullResistance
XBeeNode. getPRValueForPin(int pin)
Package protected method to check to see if the PR parameter indicates the specified pin has the pull-up resistor enabled.Sensor.PullResistance
XBeeSensor. getPullResistance()
Get the pull resistance.Methods in jmri.jmrix.ieee802154.xbee with parameters of type Sensor.PullResistance Modifier and Type Method Description (package private) void
XBeeNode. setPRParameter(int pin, Sensor.PullResistance pr)
Package protected method to set the PR (Pull Resistance) parameter of the node.void
XBeeSensor. setPullResistance(Sensor.PullResistance r)
Set the pull resistance. -
Uses of Sensor.PullResistance in jmri.jmrix.pi
Methods in jmri.jmrix.pi that return Sensor.PullResistance Modifier and Type Method Description Sensor.PullResistance
RaspberryPiSensor. getPullResistance()
Get the pull resistanceMethods in jmri.jmrix.pi with parameters of type Sensor.PullResistance Modifier and Type Method Description void
RaspberryPiSensor. setPullResistance(Sensor.PullResistance r)
Set the pull resistance.
-