Uses of Class
jmri.jmrit.roster.LocoFile.MessageResponse
-
Packages that use LocoFile.MessageResponse Package Description jmri.jmrit.roster -
-
Uses of LocoFile.MessageResponse in jmri.jmrit.roster
Methods in jmri.jmrit.roster that return LocoFile.MessageResponse Modifier and Type Method Description protected static LocoFile.MessageResponse
LocoFile. selectMissingVarResponse(java.lang.String var)
Determine if a missing variable in decoder definition should be loggedstatic LocoFile.MessageResponse
LocoFile.MessageResponse. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LocoFile.MessageResponse[]
LocoFile.MessageResponse. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-