public static enum TableHook.AnalyticsTableType extends Enum<TableHook.AnalyticsTableType>
| Enum Constant and Description |
|---|
COMPLETENESS |
COMPLETENESS_TARGET |
DATA_VALUE |
ENROLLMENT |
EVENT |
ORG_UNIT_TARGET |
VALIDATION_RESULT |
| Modifier and Type | Method and Description |
|---|---|
static TableHook.AnalyticsTableType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableHook.AnalyticsTableType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableHook.AnalyticsTableType DATA_VALUE
public static final TableHook.AnalyticsTableType COMPLETENESS
public static final TableHook.AnalyticsTableType COMPLETENESS_TARGET
public static final TableHook.AnalyticsTableType ORG_UNIT_TARGET
public static final TableHook.AnalyticsTableType EVENT
public static final TableHook.AnalyticsTableType ENROLLMENT
public static final TableHook.AnalyticsTableType VALIDATION_RESULT
public static TableHook.AnalyticsTableType[] values()
for (TableHook.AnalyticsTableType c : TableHook.AnalyticsTableType.values()) System.out.println(c);
public static TableHook.AnalyticsTableType 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 © 2019 UiO. All rights reserved.