public enum DocumentsEnum extends Enum<DocumentsEnum>
| Enum Constant and Description |
|---|
ACCOUNT |
BALANCE |
ENTRY_BOOKS |
FINANCIAL_STATEMENT |
GENERAL_ENTRY_BOOK |
LEDGER |
VAT |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getFileName() |
static DocumentsEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentsEnum |
valueOfLink(String label) |
static DocumentsEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentsEnum GENERAL_ENTRY_BOOK
public static final DocumentsEnum ENTRY_BOOKS
public static final DocumentsEnum BALANCE
public static final DocumentsEnum LEDGER
public static final DocumentsEnum FINANCIAL_STATEMENT
public static final DocumentsEnum VAT
public static final DocumentsEnum ACCOUNT
public static DocumentsEnum[] values()
for (DocumentsEnum c : DocumentsEnum.values()) System.out.println(c);
public static DocumentsEnum 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 getFileName()
public String getDescription()
public static DocumentsEnum valueOfLink(String label)
Copyright © 2008–2015 CodeLutin. All rights reserved.