Uses of Class
br.pucrio.tecgraf.soma.logsmonitor.model.error.ErrorEventType
-
Packages that use ErrorEventType Package Description br.pucrio.tecgraf.soma.logsmonitor.model.error -
-
Uses of ErrorEventType in br.pucrio.tecgraf.soma.logsmonitor.model.error
Fields in br.pucrio.tecgraf.soma.logsmonitor.model.error declared as ErrorEventType Modifier and Type Field Description protected ErrorEventTypeErrorEvent. errorEventTypeMethods in br.pucrio.tecgraf.soma.logsmonitor.model.error that return ErrorEventType Modifier and Type Method Description static ErrorEventTypeErrorEventType. fromValue(String value)static ErrorEventTypeErrorEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorEventType[]ErrorEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in br.pucrio.tecgraf.soma.logsmonitor.model.error with parameters of type ErrorEventType Constructor Description ErrorEvent(ErrorEventType errorEventType)
-