public static enum SystemDtoDto.StatusEnum extends Enum<SystemDtoDto.StatusEnum>
| Modifier and Type | Method and Description |
|---|---|
static SystemDtoDto.StatusEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static SystemDtoDto.StatusEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemDtoDto.StatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemDtoDto.StatusEnum FAIL
public static final SystemDtoDto.StatusEnum NOTHING
public static final SystemDtoDto.StatusEnum PASS
public static final SystemDtoDto.StatusEnum WARN
public static SystemDtoDto.StatusEnum[] values()
for (SystemDtoDto.StatusEnum c : SystemDtoDto.StatusEnum.values()) System.out.println(c);
public static SystemDtoDto.StatusEnum 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<SystemDtoDto.StatusEnum>public static SystemDtoDto.StatusEnum fromValue(String value)
Copyright © 2025. All rights reserved.