public enum AccountCategory extends Enum<AccountCategory>
| Modifier and Type | Method and Description |
|---|---|
BalanceSide |
getDefaultBs() |
String |
getDesc() |
static AccountCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccountCategory RE
public static final AccountCategory EX
public static final AccountCategory AS
public static final AccountCategory LI
public static final AccountCategory EQ
public static final AccountCategory NOOP
public static final AccountCategory NORE
public static final AccountCategory NOEX
public static AccountCategory[] values()
for (AccountCategory c : AccountCategory.values()) System.out.println(c);
public static AccountCategory 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 getDesc()
public BalanceSide getDefaultBs()
Copyright © 2021. All rights reserved.