public enum AccountTypeBO extends Enum<AccountTypeBO>
| Enum Constant and Description |
|---|
CACC |
CASH |
CHAR |
CISH |
COMM |
CPAC |
LLSV |
LOAN |
MGLD |
MOMA |
NREX |
ODFT |
ONDP |
OTHR |
SACC |
SLRY |
SVGS |
TAXE |
TRAN |
TRAS |
| Modifier and Type | Method and Description |
|---|---|
static Optional<AccountTypeBO> |
getByValue(String value) |
String |
getValue() |
static AccountTypeBO |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountTypeBO[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccountTypeBO CACC
public static final AccountTypeBO CASH
public static final AccountTypeBO CHAR
public static final AccountTypeBO CISH
public static final AccountTypeBO COMM
public static final AccountTypeBO CPAC
public static final AccountTypeBO LLSV
public static final AccountTypeBO LOAN
public static final AccountTypeBO MGLD
public static final AccountTypeBO MOMA
public static final AccountTypeBO NREX
public static final AccountTypeBO ODFT
public static final AccountTypeBO ONDP
public static final AccountTypeBO OTHR
public static final AccountTypeBO SACC
public static final AccountTypeBO SLRY
public static final AccountTypeBO SVGS
public static final AccountTypeBO TAXE
public static final AccountTypeBO TRAN
public static final AccountTypeBO TRAS
public static AccountTypeBO[] values()
for (AccountTypeBO c : AccountTypeBO.values()) System.out.println(c);
public static AccountTypeBO 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()
public static Optional<AccountTypeBO> getByValue(String value)
Copyright © 2019. All rights reserved.