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