public final class ImportDiagnosticSeverity
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ERROR
The Error literal value.
|
static ImportDiagnosticSeverity |
ERROR_LITERAL
The Error literal object.
|
static int |
FATAL
The Fatal literal value.
|
static ImportDiagnosticSeverity |
FATAL_LITERAL
The Fatal literal object.
|
static int |
INFORMATION
The Information literal value.
|
static ImportDiagnosticSeverity |
INFORMATION_LITERAL
The Information literal object.
|
static int |
WARNING
The Warning literal value.
|
static ImportDiagnosticSeverity |
WARNING_LITERAL
The Warning literal object.
|
Modifier and Type | Method and Description |
---|---|
static ImportDiagnosticSeverity |
get(int value_)
Returns the literal with the given integer value.
|
int |
getValue()
Gets the value representing the severity.
|
java.lang.String |
toString() |
public static final int FATAL
public static final int ERROR
public static final int WARNING
public static final int INFORMATION
public static final ImportDiagnosticSeverity FATAL_LITERAL
public static final ImportDiagnosticSeverity ERROR_LITERAL
public static final ImportDiagnosticSeverity WARNING_LITERAL
public static final ImportDiagnosticSeverity INFORMATION_LITERAL
public int getValue()
public static ImportDiagnosticSeverity get(int value_)
value_
- an integer valuepublic java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.