public static enum DoctorSuggestion.StepStatus extends Enum<DoctorSuggestion.StepStatus>
Modifier and Type | Method and Description |
---|---|
String |
getEmoji() |
String |
getText() |
static DoctorSuggestion.StepStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DoctorSuggestion.StepStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DoctorSuggestion.StepStatus OK
public static final DoctorSuggestion.StepStatus WARNING
public static final DoctorSuggestion.StepStatus ERROR
public static final DoctorSuggestion.StepStatus UNKNOWN
public static DoctorSuggestion.StepStatus[] values()
for (DoctorSuggestion.StepStatus c : DoctorSuggestion.StepStatus.values()) System.out.println(c);
public static DoctorSuggestion.StepStatus 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 getEmoji()
public String getText()