public static enum RawSepaJob.PaymentType extends Enum<RawSepaJob.PaymentType>
| Modifier and Type | Method and Description |
|---|---|
static RawSepaJob.PaymentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RawSepaJob.PaymentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RawSepaJob.PaymentType SINGLE
public static final RawSepaJob.PaymentType FUTURE
public static final RawSepaJob.PaymentType BULK
public static final RawSepaJob.PaymentType PERIODIC
public static RawSepaJob.PaymentType[] values()
for (RawSepaJob.PaymentType c : RawSepaJob.PaymentType.values()) System.out.println(c);
public static RawSepaJob.PaymentType 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 © 2019. All rights reserved.