public enum AccountingFields extends Enum<AccountingFields>
| Enum Constant and Description |
|---|
DATE |
FOLDER_ITEM_TYPE |
FROM_PATH |
ITEM_NAME |
ITEM_TYPE |
MEMBERS |
MIME_TYPE |
NEW_ITEM_NAME |
OLD_ITEM_NAME |
USER |
VERSION |
| Modifier and Type | Method and Description |
|---|---|
static AccountingFields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountingFields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccountingFields USER
public static final AccountingFields DATE
public static final AccountingFields ITEM_NAME
public static final AccountingFields FROM_PATH
public static final AccountingFields OLD_ITEM_NAME
public static final AccountingFields NEW_ITEM_NAME
public static final AccountingFields MEMBERS
public static final AccountingFields FOLDER_ITEM_TYPE
public static final AccountingFields MIME_TYPE
public static final AccountingFields ITEM_TYPE
public static final AccountingFields VERSION
public static AccountingFields[] values()
for (AccountingFields c : AccountingFields.values()) System.out.println(c);
public static AccountingFields 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 nullCopyright © 2021. All Rights Reserved.