Uses of Enum
jmri.Sensor.PullResistance
Packages that use Sensor.PullResistance
Package
Description
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
Provides implementations of various JMRI interfaces.
-
Uses of Sensor.PullResistance in jmri
Methods in jmri that return Sensor.PullResistanceModifier and TypeMethodDescriptionstatic Sensor.PullResistanceSensor.PullResistance.getByPeopleName(String pName) static Sensor.PullResistanceSensor.PullResistance.getByShortName(String shName) Sensor.getPullResistance()Get the pull resistancestatic Sensor.PullResistanceReturns 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.PullResistanceModifier and TypeMethodDescriptionvoidSensor.setPullResistance(Sensor.PullResistance r) Set the pull resistance -
Uses of Sensor.PullResistance in jmri.implementation
Methods in jmri.implementation that return Sensor.PullResistanceMethods in jmri.implementation with parameters of type Sensor.PullResistanceModifier and TypeMethodDescriptionvoidAbstractSensor.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.PullResistanceModifier and TypeFieldDescription(package private) JComboBox<Sensor.PullResistance>SensorPullUpEditAction.sensorPullUpComboBox -
Uses of Sensor.PullResistance in jmri.jmrix.ieee802154.xbee
Methods in jmri.jmrix.ieee802154.xbee that return Sensor.PullResistanceModifier and TypeMethodDescription(package private) Sensor.PullResistanceXBeeNode.getPRValueForPin(int pin) Package protected method to check to see if the PR parameter indicates the specified pin has the pull-up resistor enabled.XBeeSensor.getPullResistance()Get the pull resistance.Methods in jmri.jmrix.ieee802154.xbee with parameters of type Sensor.PullResistanceModifier and TypeMethodDescription(package private) voidXBeeNode.setPRParameter(int pin, Sensor.PullResistance pr) Package protected method to set the PR (Pull Resistance) parameter of the node.voidXBeeSensor.setPullResistance(Sensor.PullResistance r) Set the pull resistance. -
Uses of Sensor.PullResistance in jmri.jmrix.pi
Methods in jmri.jmrix.pi that return Sensor.PullResistanceMethods in jmri.jmrix.pi with parameters of type Sensor.PullResistanceModifier and TypeMethodDescriptionvoidRaspberryPiSensor.setPullResistance(Sensor.PullResistance r) Set the pull resistance.