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