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