| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _ELEM_INFO
Integer value of enum value "ELEM_INFO" Element information |
| static final DiagnosticSeverity | ELEM_INFO
Object value of enum value "ELEM_INFO" Element information |
| static final int | _ELEM_WARNING
Integer value of enum value "ELEM_WARNING" Element warning |
| static final DiagnosticSeverity | ELEM_WARNING
Object value of enum value "ELEM_WARNING" Element warning |
| static final int | _ELEM_ERROR
Integer value of enum value "ELEM_ERROR" Element error |
| static final DiagnosticSeverity | ELEM_ERROR
Object value of enum value "ELEM_ERROR" Element error |
| static final int | _DiagnosticSeverity_null
Enum null value. |
| Method Summary | |
|---|---|
| static DiagnosticSeverity | FromInt
(int value)
Creates enum object from an integer. |
| static DiagnosticSeverity | FromInt
(Integer value)
Creates enum object from an integer object. |
| int | getValue
()
Returns enum object value as an integer. |
| Method Detail |
|---|
| getValue |
|---|
| int | getValue | () |
Returns enum object value as an integer.
|
| FromInt |
|---|
| static DiagnosticSeverity | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static DiagnosticSeverity | FromInt | (Integer value) |
Creates enum object from an integer object.
|