Uses of Class
jmri.jmrix.loconet.alm.AlmMsgTypes
-
Packages that use AlmMsgTypes Package Description jmri.jmrix.loconet.alm -
-
Uses of AlmMsgTypes in jmri.jmrix.loconet.alm
Methods in jmri.jmrix.loconet.alm that return AlmMsgTypes Modifier and Type Method Description (package private) static AlmMsgTypes
Alm. getAlmMsgType(LocoNetMessage m)
static AlmMsgTypes
AlmMsgTypes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AlmMsgTypes[]
AlmMsgTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-