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