public enum OriginRetentionPolicyKind extends java.lang.Enum<OriginRetentionPolicyKind>
AbstractOriginRetentionPolicy, this enum just
serves as the basis for the order relation.| Enum Constant and Description |
|---|
ALL
Value to denote that all origins should be retained.
|
NONE
Value to denote that no origins should be retained.
|
SPECIFIC
Value to denote that only specific origins should be retained.
|
| Modifier and Type | Method and Description |
|---|---|
static OriginRetentionPolicyKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OriginRetentionPolicyKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OriginRetentionPolicyKind NONE
public static final OriginRetentionPolicyKind SPECIFIC
public static final OriginRetentionPolicyKind ALL
public static OriginRetentionPolicyKind[] values()
for (OriginRetentionPolicyKind c : OriginRetentionPolicyKind.values()) System.out.println(c);
public static OriginRetentionPolicyKind 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 namejava.lang.NullPointerException - if the argument is nullCopyright 2017 Kieker Project, http://kieker-monitoring.net