public enum MoneyLaunderingStatus extends Enum<MoneyLaunderingStatus> implements EnumValue
Enum Constant and Description |
---|
EXEMPT_AUTHORISED_CREDIT_OR_FINANCIAL_INSTITUTION |
EXEMPT_BELOW_LIMIT |
EXEMPT_CLIENT_MONEY_TYPE |
NOT_CHECKED |
PASSED |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(byte[] val) |
boolean |
equals(byte[] val,
int offset,
int length) |
byte[] |
getValue() |
static MoneyLaunderingStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MoneyLaunderingStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MoneyLaunderingStatus PASSED
public static final MoneyLaunderingStatus NOT_CHECKED
public static final MoneyLaunderingStatus EXEMPT_BELOW_LIMIT
public static final MoneyLaunderingStatus EXEMPT_CLIENT_MONEY_TYPE
public static final MoneyLaunderingStatus EXEMPT_AUTHORISED_CREDIT_OR_FINANCIAL_INSTITUTION
public static MoneyLaunderingStatus[] values()
for (MoneyLaunderingStatus c : MoneyLaunderingStatus.values()) System.out.println(c);
public static MoneyLaunderingStatus 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.