public static enum NonEAPInnerAuth.NonEAPType extends Enum<NonEAPInnerAuth.NonEAPType>
Enum Constant and Description |
---|
CHAP |
MSCHAP |
MSCHAPv2 |
PAP |
Reserved |
Modifier and Type | Method and Description |
---|---|
static NonEAPInnerAuth.NonEAPType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NonEAPInnerAuth.NonEAPType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NonEAPInnerAuth.NonEAPType Reserved
public static final NonEAPInnerAuth.NonEAPType PAP
public static final NonEAPInnerAuth.NonEAPType CHAP
public static final NonEAPInnerAuth.NonEAPType MSCHAP
public static final NonEAPInnerAuth.NonEAPType MSCHAPv2
public static NonEAPInnerAuth.NonEAPType[] values()
for (NonEAPInnerAuth.NonEAPType c : NonEAPInnerAuth.NonEAPType.values()) System.out.println(c);
public static NonEAPInnerAuth.NonEAPType 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