Uses of Class
jmri.Transit.TransitType
-
Packages that use Transit.TransitType Package Description jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts.jmri.implementation Provides implementations of various JMRI interfaces. -
-
Uses of Transit.TransitType in jmri
Methods in jmri that return Transit.TransitType Modifier and Type Method Description Transit.TransitTypeTransit. getTransitType()Get Transit Type.static Transit.TransitTypeTransit.TransitType. valueOf(java.lang.String name)Returns 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.TransitType Modifier and Type Method Description voidTransit. setTransitType(Transit.TransitType type)Set transit Type. -
Uses of Transit.TransitType in jmri.implementation
Methods in jmri.implementation that return Transit.TransitType Modifier and Type Method Description Transit.TransitTypeDefaultTransit. getTransitType()Get Transit Type.Methods in jmri.implementation with parameters of type Transit.TransitType Modifier and Type Method Description voidDefaultTransit. setTransitType(Transit.TransitType type)Set Transit Type.
-