public enum ActionReason extends Enum<ActionReason>
Enum Constant and Description |
---|
BODY |
EXPIRATION |
EXTRA_ATTRIBUTES |
NOT_AVAILABLE |
PURGE |
TITLE |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getAffectedTags() |
static ActionReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionReason BODY
public static final ActionReason TITLE
public static final ActionReason EXTRA_ATTRIBUTES
public static final ActionReason PURGE
public static final ActionReason EXPIRATION
public static final ActionReason NOT_AVAILABLE
public static final ActionReason UNKNOWN
public static ActionReason[] values()
for (ActionReason c : ActionReason.values()) System.out.println(c);
public static ActionReason 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 © 2024 Devexperts. All rights reserved.