public static enum ASGResource.ASGStatus extends java.lang.Enum<ASGResource.ASGStatus>
| Modifier and Type | Method and Description |
|---|---|
static ASGResource.ASGStatus |
toEnum(java.lang.String s) |
static ASGResource.ASGStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ASGResource.ASGStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ASGResource.ASGStatus ENABLED
public static final ASGResource.ASGStatus DISABLED
public static ASGResource.ASGStatus[] values()
for (ASGResource.ASGStatus c : ASGResource.ASGStatus.values()) System.out.println(c);
public static ASGResource.ASGStatus valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic static ASGResource.ASGStatus toEnum(java.lang.String s)