Uses of Class
com.blackberry.workspaces.sdk.api.enums.LogSeverity
-
Packages that use LogSeverity Package Description com.blackberry.workspaces.sdk.api.enums -
-
Uses of LogSeverity in com.blackberry.workspaces.sdk.api.enums
Methods in com.blackberry.workspaces.sdk.api.enums that return LogSeverity Modifier and Type Method Description static LogSeverity
LogSeverity. valueOf(String name)
Returns the enum constant of this type with the specified name.static LogSeverity[]
LogSeverity. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-