protected static enum ApReq.ApReqField extends Enum<ApReq.ApReqField> implements EnumType
| Enum Constant and Description |
|---|
AP_OPTIONS |
AUTHENTICATOR |
MSG_TYPE |
PVNO |
TICKET |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getValue() |
static ApReq.ApReqField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApReq.ApReqField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApReq.ApReqField PVNO
public static final ApReq.ApReqField MSG_TYPE
public static final ApReq.ApReqField AP_OPTIONS
public static final ApReq.ApReqField TICKET
public static final ApReq.ApReqField AUTHENTICATOR
public static ApReq.ApReqField[] values()
for (ApReq.ApReqField c : ApReq.ApReqField.values()) System.out.println(c);
public static ApReq.ApReqField 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 © 2014–2016 The Apache Software Foundation. All rights reserved.