Uses of Class
step.plugins.messages.Message.Importance
-
Packages that use Message.Importance Package Description step.plugins.messages -
-
Uses of Message.Importance in step.plugins.messages
Methods in step.plugins.messages that return Message.Importance Modifier and Type Method Description Message.Importance
Message. getImportance()
static Message.Importance
Message.Importance. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Message.Importance[]
Message.Importance. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in step.plugins.messages with parameters of type Message.Importance Modifier and Type Method Description Message
Message. setImportance(Message.Importance importance)
-