Uses of Enum
jmri.RailCom.Orientation
Packages that use RailCom.Orientation
Package
Description
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
Provides implementations of various JMRI interfaces.
-
Uses of RailCom.Orientation in jmri
Methods in jmri that return RailCom.OrientationModifier and TypeMethodDescriptionstatic RailCom.OrientationRailCom.Orientation.getFromInt(int type) RailCom.getOrientation()Gets the Orientation of the Rail Com device on the trackstatic RailCom.OrientationReturns the enum constant of this type with the specified name.static RailCom.Orientation[]RailCom.Orientation.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.OrientationModifier and TypeMethodDescriptionvoidRailCom.setOrientation(RailCom.Orientation type) Method for a RailCom Reader to set the orientation reported back from a device -
Uses of RailCom.Orientation in jmri.implementation
Methods in jmri.implementation that return RailCom.OrientationMethods in jmri.implementation with parameters of type RailCom.Orientation