public static enum LogAttributeAnalysis.Field extends java.lang.Enum<LogAttributeAnalysis.Field>
Enum Constant and Description |
---|
eventsHighlighted |
eventsNotHighlighted |
fitnessHighlighted |
fitnessNotHighlighted |
stochasticSimilarity |
tracesHighlighted |
tracesNotHighlighted |
Modifier and Type | Method and Description |
---|---|
static LogAttributeAnalysis.Field |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LogAttributeAnalysis.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogAttributeAnalysis.Field stochasticSimilarity
public static final LogAttributeAnalysis.Field tracesHighlighted
public static final LogAttributeAnalysis.Field tracesNotHighlighted
public static final LogAttributeAnalysis.Field eventsHighlighted
public static final LogAttributeAnalysis.Field eventsNotHighlighted
public static final LogAttributeAnalysis.Field fitnessHighlighted
public static final LogAttributeAnalysis.Field fitnessNotHighlighted
public static LogAttributeAnalysis.Field[] values()
for (LogAttributeAnalysis.Field c : LogAttributeAnalysis.Field.values()) System.out.println(c);
public static LogAttributeAnalysis.Field 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 null