Package | Description |
---|---|
org.xwiki.eventstream |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
Event.setImportance(Event.Importance importance) |
Copyright © 2004–2021 XWiki. All rights reserved.