|
Kieker 1.11 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<OriginRetentionPolicyKind>
kieker.tools.traceAnalysis.filter.visualization.graph.OriginRetentionPolicyKind
public enum OriginRetentionPolicyKind
This enumeration contains origin retention policy kinds, i.e. types of origin retention policies.
These policies are implemented by subtypes of AbstractOriginRetentionPolicy, this enum just
serves as the basis for the order relation.
| Enum Constant Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final OriginRetentionPolicyKind NONE
public static final OriginRetentionPolicyKind SPECIFIC
public static final OriginRetentionPolicyKind ALL
| Method Detail |
|---|
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 name
java.lang.NullPointerException - if the argument is null
|
Kieker 1.11 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||