Uses of Enum
jmri.RailCom.Direction
Packages that use RailCom.Direction
Package
Description
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
Provides implementations of various JMRI interfaces.
-
Uses of RailCom.Direction in jmri
Methods in jmri that return RailCom.DirectionModifier and TypeMethodDescriptionRailCom.getDirection()Gets the direction of motion of the Rail Com device on the trackstatic RailCom.DirectionReturns the enum constant of this type with the specified name.static RailCom.Direction[]RailCom.Direction.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri with parameters of type RailCom.DirectionModifier and TypeMethodDescriptionvoidRailCom.setDirection(RailCom.Direction type) Set the direction of motion reported back from a device -
Uses of RailCom.Direction in jmri.implementation
Methods in jmri.implementation that return RailCom.DirectionMethods in jmri.implementation with parameters of type RailCom.Direction