Uses of Class
ext.api.centrallog.model.EventType
-
Packages that use EventType Package Description ext.api.centrallog.model -
-
Uses of EventType in ext.api.centrallog.model
Methods in ext.api.centrallog.model that return EventType Modifier and Type Method Description static EventTypeEventType. fromValue(String text)From value event type.EventTypeProcessLogEvent. getProcessEventType()Gets process event type.static EventTypeEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static EventType[]EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ext.api.centrallog.model with parameters of type EventType Modifier and Type Method Description ProcessLogEventProcessLogEvent. processEventType(EventType processEventType)Process event type process log event.voidProcessLogEvent. setProcessEventType(EventType processEventType)Sets process event type.
-