Uses of Class
org.xwiki.eventstream.Event.Importance
-
Packages that use Event.Importance Package Description org.xwiki.eventstream -
-
Uses of Event.Importance in org.xwiki.eventstream
Methods in org.xwiki.eventstream that return Event.Importance Modifier and Type Method Description Event.Importance
Event. getImportance()
Different events can have a different importance.static Event.Importance
Event.Importance. valueOf(String name)
Returns the enum constant of this type with the specified name.static Event.Importance[]
Event.Importance. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xwiki.eventstream with parameters of type Event.Importance Modifier and Type Method Description void
Event. setImportance(Event.Importance importance)
-