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