public enum StatisticMethod extends Enum<StatisticMethod>
| Enum Constant and Description |
|---|
CHARTS_DEPENDET |
CHARTS_INDEPENDET |
| Modifier and Type | Method and Description |
|---|---|
String |
getPath() |
static StatisticMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatisticMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatisticMethod CHARTS_DEPENDET
public static final StatisticMethod CHARTS_INDEPENDET
public static StatisticMethod[] values()
for (StatisticMethod c : StatisticMethod.values()) System.out.println(c);
public static StatisticMethod 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 getPath()
Copyright © 2017. All rights reserved.