|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<DocumentAuditLog.AccessType>
com.ibm.pim.docstore.DocumentAuditLog.AccessType
public static enum DocumentAuditLog.AccessType
Enumeration specifying document access types.
Enum Constant Summary | |
---|---|
CREATE
Create operation performed on document. |
|
DELETE
Delete operation performed on document. |
|
READ
Read operation performed on document. |
|
WRITE
Write operation performed on document. |
Method Summary | |
---|---|
static DocumentAuditLog.AccessType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DocumentAuditLog.AccessType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final DocumentAuditLog.AccessType CREATE
public static final DocumentAuditLog.AccessType READ
public static final DocumentAuditLog.AccessType WRITE
public static final DocumentAuditLog.AccessType DELETE
Method Detail |
---|
public static final DocumentAuditLog.AccessType[] values()
for(DocumentAuditLog.AccessType c : DocumentAuditLog.AccessType.values()) System.out.println(c);
public static DocumentAuditLog.AccessType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |