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