public static enum Baseline.LabelBehaviour extends Enum<Baseline.LabelBehaviour>
Enum Constant and Description |
---|
DEFAULT |
full |
FULL |
INCREMENTAL |
NOLABEL |
none |
Modifier and Type | Method and Description |
---|---|
static Baseline.LabelBehaviour |
fromIncremental(boolean incremental) |
String |
toArgument() |
static Baseline.LabelBehaviour |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Baseline.LabelBehaviour[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Baseline.LabelBehaviour NOLABEL
public static final Baseline.LabelBehaviour INCREMENTAL
public static final Baseline.LabelBehaviour FULL
public static final Baseline.LabelBehaviour full
public static final Baseline.LabelBehaviour none
public static final Baseline.LabelBehaviour DEFAULT
public static Baseline.LabelBehaviour[] values()
for (Baseline.LabelBehaviour c : Baseline.LabelBehaviour.values()) System.out.println(c);
public static Baseline.LabelBehaviour 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 nullpublic String toArgument()
public static Baseline.LabelBehaviour fromIncremental(boolean incremental)
Copyright © 2016–2018. All rights reserved.