Uses of Enum
jmri.Transit.TransitType
Packages that use Transit.TransitType
Package
Description
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
Provides implementations of various JMRI interfaces.
-
Uses of Transit.TransitType in jmri
Methods in jmri that return Transit.TransitTypeModifier and TypeMethodDescriptionTransit.getTransitType()Get Transit Type.static Transit.TransitTypeReturns the enum constant of this type with the specified name.static Transit.TransitType[]Transit.TransitType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri with parameters of type Transit.TransitTypeModifier and TypeMethodDescriptionvoidTransit.setTransitType(Transit.TransitType type) Set transit Type. -
Uses of Transit.TransitType in jmri.implementation
Methods in jmri.implementation that return Transit.TransitTypeMethods in jmri.implementation with parameters of type Transit.TransitTypeModifier and TypeMethodDescriptionvoidDefaultTransit.setTransitType(Transit.TransitType type) Set Transit Type.