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