public enum PaymentMeansCode extends Enum<PaymentMeansCode>
| Enum Constant and Description |
|---|
CREDIT_TRANSFER |
DEBIT_TRANSFER |
INSTRUMENT_NOT_DEFINED |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static PaymentMeansCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentMeansCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaymentMeansCode INSTRUMENT_NOT_DEFINED
public static final PaymentMeansCode CREDIT_TRANSFER
public static final PaymentMeansCode DEBIT_TRANSFER
public static PaymentMeansCode[] values()
for (PaymentMeansCode c : PaymentMeansCode.values()) System.out.println(c);
public static PaymentMeansCode 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 nullpublic String getValue()
Copyright © 2021 Norwegian Agency for Public Management and eGovernment (Difi). All rights reserved.