public static enum SegmentsExperimentConstants.Goal extends java.lang.Enum<SegmentsExperimentConstants.Goal>
Enum Constant and Description |
---|
BOUNCE_RATE |
CLICK_RATE |
MAX_SCROLL_DEPTH |
TIME_ON_PAGE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel() |
static SegmentsExperimentConstants.Goal |
parse(java.lang.String label) |
static SegmentsExperimentConstants.Goal |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SegmentsExperimentConstants.Goal[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SegmentsExperimentConstants.Goal BOUNCE_RATE
public static final SegmentsExperimentConstants.Goal CLICK_RATE
public static final SegmentsExperimentConstants.Goal MAX_SCROLL_DEPTH
public static final SegmentsExperimentConstants.Goal TIME_ON_PAGE
public static SegmentsExperimentConstants.Goal[] values()
for (SegmentsExperimentConstants.Goal c : SegmentsExperimentConstants.Goal.values()) System.out.println(c);
public static SegmentsExperimentConstants.Goal 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 nullpublic static SegmentsExperimentConstants.Goal parse(java.lang.String label)
public java.lang.String getLabel()