protected static enum KrbFastArmoredReq.KrbFastArmoredReqField extends Enum<KrbFastArmoredReq.KrbFastArmoredReqField> implements EnumType
| Enum Constant and Description |
|---|
ARMOR |
ENC_FAST_REQ |
REQ_CHECKSUM |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getValue() |
static KrbFastArmoredReq.KrbFastArmoredReqField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KrbFastArmoredReq.KrbFastArmoredReqField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KrbFastArmoredReq.KrbFastArmoredReqField ARMOR
public static final KrbFastArmoredReq.KrbFastArmoredReqField REQ_CHECKSUM
public static final KrbFastArmoredReq.KrbFastArmoredReqField ENC_FAST_REQ
public static KrbFastArmoredReq.KrbFastArmoredReqField[] values()
for (KrbFastArmoredReq.KrbFastArmoredReqField c : KrbFastArmoredReq.KrbFastArmoredReqField.values()) System.out.println(c);
public static KrbFastArmoredReq.KrbFastArmoredReqField 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.