Uses of Enum
jmri.jmrix.loconet.SlotMapEntry.SlotType
Packages that use SlotMapEntry.SlotType
Package
Description
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.SlotTypeMethods in jmri.jmrix.loconet that return SlotMapEntry.SlotTypeModifier and TypeMethodDescriptionLocoNetSlot.getSlotType()protected SlotMapEntry.SlotTypeSlotMapEntry.getSlotType()static SlotMapEntry.SlotTypeReturns 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.SlotTypeModifier and TypeMethodDescriptionvoidLocoNetSlot.setSlotType(SlotMapEntry.SlotType value) Set the Slot TypeConstructors in jmri.jmrix.loconet with parameters of type SlotMapEntry.SlotTypeModifierConstructorDescriptionLocoNetSlot(int slotNum, int inLoconetProtocol, SlotMapEntry.SlotType inSlotType) Create a slot , initialize slotnum, protocol and slot typeSlotMapEntry(int from, int to, SlotMapEntry.SlotType type)