public enum StatisticalServiceType extends Enum<StatisticalServiceType>
| Enum Constant and Description |
|---|
COLUMN |
COLUMN_LIST |
ENUM |
FILE |
LIST |
PRIMITIVE |
TABULAR |
TABULAR_LIST |
| Modifier and Type | Method and Description |
|---|---|
static StatisticalServiceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatisticalServiceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatisticalServiceType TABULAR
public static final StatisticalServiceType FILE
public static final StatisticalServiceType PRIMITIVE
public static final StatisticalServiceType LIST
public static final StatisticalServiceType ENUM
public static final StatisticalServiceType TABULAR_LIST
public static final StatisticalServiceType COLUMN_LIST
public static final StatisticalServiceType COLUMN
public static StatisticalServiceType[] values()
for (StatisticalServiceType c : StatisticalServiceType.values()) System.out.println(c);
public static StatisticalServiceType 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 nullCopyright © 2016. All Rights Reserved.