public static enum Account.SystemAccountEnum extends Enum<Account.SystemAccountEnum>
| Enum Constant and Description |
|---|
BANKCURRENCYGAIN |
CREDITORS |
DEBTORS |
GST |
GSTONIMPORTS |
HISTORICAL |
REALISEDCURRENCYGAIN |
RETAINEDEARNINGS |
ROUNDING |
TRACKINGTRANSFERS |
UNPAIDEXPCLM |
UNREALISEDCURRENCYGAIN |
WAGEPAYABLES |
| Modifier and Type | Method and Description |
|---|---|
static Account.SystemAccountEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static Account.SystemAccountEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Account.SystemAccountEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Account.SystemAccountEnum DEBTORS
public static final Account.SystemAccountEnum CREDITORS
public static final Account.SystemAccountEnum BANKCURRENCYGAIN
public static final Account.SystemAccountEnum GST
public static final Account.SystemAccountEnum GSTONIMPORTS
public static final Account.SystemAccountEnum HISTORICAL
public static final Account.SystemAccountEnum REALISEDCURRENCYGAIN
public static final Account.SystemAccountEnum RETAINEDEARNINGS
public static final Account.SystemAccountEnum ROUNDING
public static final Account.SystemAccountEnum TRACKINGTRANSFERS
public static final Account.SystemAccountEnum UNPAIDEXPCLM
public static final Account.SystemAccountEnum UNREALISEDCURRENCYGAIN
public static final Account.SystemAccountEnum WAGEPAYABLES
public static Account.SystemAccountEnum[] values()
for (Account.SystemAccountEnum c : Account.SystemAccountEnum.values()) System.out.println(c);
public static Account.SystemAccountEnum 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 String toString()
toString in class Enum<Account.SystemAccountEnum>public static Account.SystemAccountEnum fromValue(String text)
Copyright © 2018. All rights reserved.