public static enum TableHook.TablePhase extends Enum<TableHook.TablePhase>
| Enum Constant and Description |
|---|
ANALYTICS_TABLE_POPULATED |
RESOURCE_TABLE_POPULATED |
| Modifier and Type | Method and Description |
|---|---|
static TableHook.TablePhase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableHook.TablePhase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableHook.TablePhase RESOURCE_TABLE_POPULATED
public static final TableHook.TablePhase ANALYTICS_TABLE_POPULATED
public static TableHook.TablePhase[] values()
for (TableHook.TablePhase c : TableHook.TablePhase.values()) System.out.println(c);
public static TableHook.TablePhase 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.