Uses of Enum
jmri.server.json.message.JsonMessage.TYPE
Packages that use JsonMessage.TYPE
-
Uses of JsonMessage.TYPE in jmri.server.json.message
Methods in jmri.server.json.message that return JsonMessage.TYPEModifier and TypeMethodDescriptionstatic JsonMessage.TYPEReturns the enum constant of this type with the specified name.static JsonMessage.TYPE[]JsonMessage.TYPE.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jmri.server.json.message with parameters of type JsonMessage.TYPEModifierConstructorDescriptionJsonMessage(JsonMessage.TYPE type, String message, String client, com.fasterxml.jackson.databind.JsonNode context, Locale locale) Create a message to be sent to the specified JSON client with the specified context.JsonMessage(JsonMessage.TYPE type, String message, String client, Locale locale) Create a message to be sent to the specified JSON client.JsonMessage(JsonMessage.TYPE type, String message, Locale locale) Create a message to be sent to all JSON clients.