public enum AccountingEntryType extends Enum<AccountingEntryType>
| Enum Constant and Description |
|---|
ADD |
ADD_ACL |
CREATE |
CUT |
DELETE_ACL |
MODIFY_ACL |
PASTE |
READ |
REMOVAL |
RENAMING |
SHARE |
UNSHARE |
UPDATE |
| Modifier and Type | Method and Description |
|---|---|
static AccountingEntryType |
getEnum(String value) |
String |
getNodeTypeDefinition() |
static AccountingEntryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountingEntryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccountingEntryType CREATE
public static final AccountingEntryType REMOVAL
public static final AccountingEntryType RENAMING
public static final AccountingEntryType ADD
public static final AccountingEntryType PASTE
public static final AccountingEntryType CUT
public static final AccountingEntryType READ
public static final AccountingEntryType UPDATE
public static final AccountingEntryType SHARE
public static final AccountingEntryType UNSHARE
public static final AccountingEntryType ADD_ACL
public static final AccountingEntryType MODIFY_ACL
public static final AccountingEntryType DELETE_ACL
public static AccountingEntryType[] values()
for (AccountingEntryType c : AccountingEntryType.values()) System.out.println(c);
public static AccountingEntryType 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 getNodeTypeDefinition()
public static AccountingEntryType getEnum(String value)
Copyright © 2015. All Rights Reserved.