public enum StatisticsView extends Enum<StatisticsView>
| Enum Constant and Description |
|---|
AGGREGATE
Aggregate view.
|
DIFFERENTIAL
Differential view.
|
| Modifier and Type | Field and Description |
|---|---|
static StatisticsView |
DEFAULT
Default view.
|
| Modifier and Type | Method and Description |
|---|---|
static StatisticsView |
fromValue(String value)
Get view from his value.
|
String |
getKey()
Getter for key.
|
String |
getValue()
Getter for value.
|
static StatisticsView |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatisticsView[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatisticsView DIFFERENTIAL
public static final StatisticsView AGGREGATE
public static final StatisticsView DEFAULT
public static StatisticsView[] values()
for (StatisticsView c : StatisticsView.values()) System.out.println(c);
public static StatisticsView 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 static StatisticsView fromValue(String value)
value - view valuepublic String getValue()
public String getKey()
Copyright © 2019 OSIVIA. All rights reserved.