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