public static enum StatisticalManagerRecord.StatisticalManagerSubType extends Enum<StatisticalManagerRecord.StatisticalManagerSubType>
Enum Constant and Description |
---|
STATISTICALMANAGER_EXECUTION |
STATISTICALMANAGER_IMPORT |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static StatisticalManagerRecord.StatisticalManagerSubType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatisticalManagerRecord.StatisticalManagerSubType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatisticalManagerRecord.StatisticalManagerSubType STATISTICALMANAGER_EXECUTION
public static final StatisticalManagerRecord.StatisticalManagerSubType STATISTICALMANAGER_IMPORT
public static StatisticalManagerRecord.StatisticalManagerSubType[] values()
for (StatisticalManagerRecord.StatisticalManagerSubType c : StatisticalManagerRecord.StatisticalManagerSubType.values()) System.out.println(c);
public static StatisticalManagerRecord.StatisticalManagerSubType 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 toString()
toString
in class Enum<StatisticalManagerRecord.StatisticalManagerSubType>
Copyright © 2014. All Rights Reserved.