Uses of Class
jmri.jmrix.sprog.SprogConstants.SprogState
-
Packages that use SprogConstants.SprogState Package Description jmri.jmrix.sprog -
-
Uses of SprogConstants.SprogState in jmri.jmrix.sprog
Methods in jmri.jmrix.sprog that return SprogConstants.SprogState Modifier and Type Method Description SprogConstants.SprogState
SprogTrafficController. getSprogState()
static SprogConstants.SprogState
SprogConstants.SprogState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SprogConstants.SprogState[]
SprogConstants.SprogState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrix.sprog with parameters of type SprogConstants.SprogState Modifier and Type Method Description byte[]
SprogMessage. getFormattedMessage(SprogConstants.SprogState sprogState)
Get formatted message for direct output to stream - this is the final format of the message as a byte array.void
SprogTrafficController. setSprogState(SprogConstants.SprogState s)
-