public static enum ExpiryPolicyServer.EntryOperation extends Enum<ExpiryPolicyServer.EntryOperation>
| Enum Constant and Description |
|---|
ACCESSED
An entry was accessed.
|
CREATION
An entry was created.
|
UPDATED
An entry was updated.
|
| Modifier and Type | Method and Description |
|---|---|
static ExpiryPolicyServer.EntryOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExpiryPolicyServer.EntryOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExpiryPolicyServer.EntryOperation CREATION
public static final ExpiryPolicyServer.EntryOperation ACCESSED
public static final ExpiryPolicyServer.EntryOperation UPDATED
public static ExpiryPolicyServer.EntryOperation[] values()
for (ExpiryPolicyServer.EntryOperation c : ExpiryPolicyServer.EntryOperation.values()) System.out.println(c);
public static ExpiryPolicyServer.EntryOperation 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 © 2019. All rights reserved.