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