Uses of Class
jmri.jmrix.loconet.SlotMapEntry.SlotType
-
Packages that use SlotMapEntry.SlotType Package Description jmri.jmrix.loconet Provides access to LocoNet systems, along with a lot of Swing-based tools. -
-
Uses of SlotMapEntry.SlotType in jmri.jmrix.loconet
Fields in jmri.jmrix.loconet declared as SlotMapEntry.SlotType Modifier and Type Field Description (package private) SlotMapEntry.SlotType
SlotMapEntry. slotType
Methods in jmri.jmrix.loconet that return SlotMapEntry.SlotType Modifier and Type Method Description SlotMapEntry.SlotType
LocoNetSlot. getSlotType()
protected SlotMapEntry.SlotType
SlotMapEntry. getSlotType()
static SlotMapEntry.SlotType
SlotMapEntry.SlotType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SlotMapEntry.SlotType[]
SlotMapEntry.SlotType. 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 SlotMapEntry.SlotType Modifier and Type Method Description void
LocoNetSlot. setSlotType(SlotMapEntry.SlotType value)
Set the Slot TypeConstructors in jmri.jmrix.loconet with parameters of type SlotMapEntry.SlotType Constructor Description LocoNetSlot(int slotNum, int inLoconetProtocol, SlotMapEntry.SlotType inSlotType)
Create a slot , initialize slotnum, protocol and slot typeSlotMapEntry(int from, int to, SlotMapEntry.SlotType type)
-