public static enum GSaveFileResultList.GStatus extends Enum<GSaveFileResultList.GStatus>
Modifier and Type | Method and Description |
---|---|
static GSaveFileResultList.GStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GSaveFileResultList.GStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GSaveFileResultList.GStatus OK
public static final GSaveFileResultList.GStatus WARN
public static final GSaveFileResultList.GStatus ERROR
public static GSaveFileResultList.GStatus[] values()
for (GSaveFileResultList.GStatus c : GSaveFileResultList.GStatus.values()) System.out.println(c);
public static GSaveFileResultList.GStatus 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 nullCopyright © 2024. All rights reserved.