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 LnCommandStationType
LnNetworkPortController. commandStationType
protected LnCommandStationType
LnPortController. commandStationType
protected LnCommandStationType
SlotManager. commandStationType
protected LnCommandStationType[]
LnNetworkPortController. commandStationTypes
protected LnCommandStationType[]
LnPortController. commandStationTypes
Methods in jmri.jmrix.loconet that return LnCommandStationType Modifier and Type Method Description static LnCommandStationType
LnCommandStationType. getByName(java.lang.String name)
LnCommandStationType
SlotManager. getCommandStationType()
Get the command station type.static LnCommandStationType
LnCommandStationType. 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 void
LocoNetSystemConnectionMemo. configureCommandStation(LnCommandStationType type, boolean mTurnoutNoRetry, boolean mTurnoutExtraSpace, boolean mTranspondingAvailable, boolean mInterrogate, boolean mLoconetProtocolAutoDetect)
Configure the programming manager and "command station" objects.void
LnNetworkPortController. setCommandStationType(LnCommandStationType value)
Set configcommand station type.void
LnPortController. setCommandStationType(LnCommandStationType value)
Set config info from the command station type enum.void
SlotManager. setCommandStationType(LnCommandStationType value)
Set the command station type to one of the known types in theLnCommandStationType
enum. -
Uses of LnCommandStationType in jmri.jmrix.loconet.streamport
Fields in jmri.jmrix.loconet.streamport declared as LnCommandStationType Modifier and Type Field Description protected LnCommandStationType
LnStreamPortController. commandStationType
Methods in jmri.jmrix.loconet.streamport with parameters of type LnCommandStationType Modifier and Type Method Description void
LnStreamPortController. setCommandStationType(LnCommandStationType value)
Set config info from the Command Station type enum.
-