protected static enum RecipientInfo.RecipientInfoField extends Enum<RecipientInfo.RecipientInfoField> implements EnumType
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getValue() |
static RecipientInfo.RecipientInfoField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecipientInfo.RecipientInfoField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RecipientInfo.RecipientInfoField KTRI
public static final RecipientInfo.RecipientInfoField KARI
public static final RecipientInfo.RecipientInfoField KEKRI
public static final RecipientInfo.RecipientInfoField PWRI
public static final RecipientInfo.RecipientInfoField ORI
public static RecipientInfo.RecipientInfoField[] values()
for (RecipientInfo.RecipientInfoField c : RecipientInfo.RecipientInfoField.values()) System.out.println(c);
public static RecipientInfo.RecipientInfoField 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–2017 The Apache Software Foundation. All rights reserved.