public enum DistribPaymentMethod extends Enum<DistribPaymentMethod> implements EnumValue
Enum Constant and Description |
---|
ACH_CREDIT |
BPAY |
CHEQUE |
CLEARSTREAM |
CREST |
DIRECT_CREDIT |
EUROCLEAR |
FED_WIRE |
HVACS |
NSCC |
REINVEST_IN_FUND |
TELEGRAPHIC_TRANSFER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(byte[] val) |
boolean |
equals(byte[] val,
int offset,
int length) |
byte[] |
getValue() |
static DistribPaymentMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DistribPaymentMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DistribPaymentMethod CREST
public static final DistribPaymentMethod NSCC
public static final DistribPaymentMethod EUROCLEAR
public static final DistribPaymentMethod CLEARSTREAM
public static final DistribPaymentMethod CHEQUE
public static final DistribPaymentMethod TELEGRAPHIC_TRANSFER
public static final DistribPaymentMethod FED_WIRE
public static final DistribPaymentMethod DIRECT_CREDIT
public static final DistribPaymentMethod ACH_CREDIT
public static final DistribPaymentMethod BPAY
public static final DistribPaymentMethod HVACS
public static final DistribPaymentMethod REINVEST_IN_FUND
public static DistribPaymentMethod[] values()
for (DistribPaymentMethod c : DistribPaymentMethod.values()) System.out.println(c);
public static DistribPaymentMethod 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 boolean equals(byte[] val, int offset, int length)
Copyright © 2000–2022 EPAM Systems. All rights reserved.