public static enum HistoryResponse.LevelEnum extends Enum<HistoryResponse.LevelEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
HistoryResponse.LevelEnum.Adapter |
| Enum Constant and Description |
|---|
ACCIDENT |
ANNOUNCEMENT |
CANADIAN |
CANADIAN_PLUS |
COMPROMISED |
DISASTER |
DISCREPANCY |
EXCEPTION |
FULL |
RECALL |
THEFT |
| Modifier and Type | Method and Description |
|---|---|
static HistoryResponse.LevelEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static HistoryResponse.LevelEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistoryResponse.LevelEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HistoryResponse.LevelEnum ACCIDENT
public static final HistoryResponse.LevelEnum ANNOUNCEMENT
public static final HistoryResponse.LevelEnum CANADIAN
public static final HistoryResponse.LevelEnum CANADIAN_PLUS
public static final HistoryResponse.LevelEnum COMPROMISED
public static final HistoryResponse.LevelEnum DISASTER
public static final HistoryResponse.LevelEnum DISCREPANCY
public static final HistoryResponse.LevelEnum EXCEPTION
public static final HistoryResponse.LevelEnum FULL
public static final HistoryResponse.LevelEnum RECALL
public static final HistoryResponse.LevelEnum THEFT
public static HistoryResponse.LevelEnum[] values()
for (HistoryResponse.LevelEnum c : HistoryResponse.LevelEnum.values()) System.out.println(c);
public static HistoryResponse.LevelEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<HistoryResponse.LevelEnum>public static HistoryResponse.LevelEnum fromValue(String text)
Copyright © 2019. All rights reserved.