protected static enum EepGet.AUTH_MODE extends Enum<EepGet.AUTH_MODE>
Modifier and Type | Method and Description |
---|---|
static EepGet.AUTH_MODE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EepGet.AUTH_MODE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EepGet.AUTH_MODE NONE
public static final EepGet.AUTH_MODE BASIC
public static final EepGet.AUTH_MODE DIGEST
public static final EepGet.AUTH_MODE UNKNOWN
public static EepGet.AUTH_MODE[] values()
for (EepGet.AUTH_MODE c : EepGet.AUTH_MODE.values()) System.out.println(c);
public static EepGet.AUTH_MODE 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 null