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