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