Uses of Class
jmri.jmrix.loconet.LnCommandStationType
-
Packages that use LnCommandStationType Package Description jmri.jmrix.loconet Provides access to LocoNet systems, along with a lot of Swing-based tools.jmri.jmrix.loconet.streamport -
-
Uses of LnCommandStationType in jmri.jmrix.loconet
Fields in jmri.jmrix.loconet declared as LnCommandStationType Modifier and Type Field Description protected LnCommandStationTypeLnNetworkPortController. commandStationTypeprotected LnCommandStationTypeLnPortController. commandStationTypeprotected LnCommandStationTypeSlotManager. commandStationTypeprotected LnCommandStationType[]LnNetworkPortController. commandStationTypesprotected LnCommandStationType[]LnPortController. commandStationTypesMethods in jmri.jmrix.loconet that return LnCommandStationType Modifier and Type Method Description static LnCommandStationTypeLnCommandStationType. getByName(java.lang.String name)LnCommandStationTypeSlotManager. getCommandStationType()Get the command station type.static LnCommandStationTypeLnCommandStationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LnCommandStationType[]LnCommandStationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrix.loconet with parameters of type LnCommandStationType Modifier and Type Method Description voidLocoNetSystemConnectionMemo. configureCommandStation(LnCommandStationType type, boolean mTurnoutNoRetry, boolean mTurnoutExtraSpace, boolean mTranspondingAvailable, boolean mInterrogate, boolean mLoconetProtocolAutoDetect)Configure the programming manager and "command station" objects.voidLnNetworkPortController. setCommandStationType(LnCommandStationType value)Set configcommand station type.voidLnPortController. setCommandStationType(LnCommandStationType value)Set config info from the command station type enum.voidSlotManager. setCommandStationType(LnCommandStationType value)Set the command station type to one of the known types in theLnCommandStationTypeenum. -
Uses of LnCommandStationType in jmri.jmrix.loconet.streamport
Fields in jmri.jmrix.loconet.streamport declared as LnCommandStationType Modifier and Type Field Description protected LnCommandStationTypeLnStreamPortController. commandStationTypeMethods in jmri.jmrix.loconet.streamport with parameters of type LnCommandStationType Modifier and Type Method Description voidLnStreamPortController. setCommandStationType(LnCommandStationType value)Set config info from the Command Station type enum.
-