public final class Severity
extends java.lang.Enum
Title: Structured Data Objects
Description: General severity enumeration.
Copyright: Copyright (c) 2009
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static Severity |
GENERIC
Generic error.
|
static Severity |
INFO
Informational.
|
static Severity |
SEVERE
Severe error.
|
static Severity |
WARNING
Warning error.
|
Modifier and Type | Method and Description |
---|---|
static Severity |
valueOf(java.lang.String name) |
static Severity[] |
values() |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.