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