public static enum Beneficiary.BeneficiaryType extends Enum<Beneficiary.BeneficiaryType>
| Modifier and Type | Method and Description |
|---|---|
static Beneficiary.BeneficiaryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Beneficiary.BeneficiaryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Beneficiary.BeneficiaryType own
public static final Beneficiary.BeneficiaryType same
public static final Beneficiary.BeneficiaryType local
public static final Beneficiary.BeneficiaryType intl
public static Beneficiary.BeneficiaryType[] values()
for (Beneficiary.BeneficiaryType c : Beneficiary.BeneficiaryType.values()) System.out.println(c);
public static Beneficiary.BeneficiaryType 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 © 2021–2022 Dapi. All rights reserved.