public static enum Accounting.AccountingType extends Enum<Accounting.AccountingType>
| Enum Constant and Description |
|---|
Payment |
| Modifier and Type | Method and Description |
|---|---|
static Accounting.AccountingType |
fromTypeCode(short typeCode) |
short |
typeCode() |
static Accounting.AccountingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Accounting.AccountingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Accounting.AccountingType Payment
public static Accounting.AccountingType[] values()
for (Accounting.AccountingType c : Accounting.AccountingType.values()) System.out.println(c);
public static Accounting.AccountingType 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 short typeCode()
public static Accounting.AccountingType fromTypeCode(short typeCode)
Copyright © 2017. All Rights Reserved.