public static enum TableHook.ResourceTableType extends Enum<TableHook.ResourceTableType>
| Modifier and Type | Method and Description |
|---|---|
static TableHook.ResourceTableType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableHook.ResourceTableType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableHook.ResourceTableType ORG_UNIT_STRUCTURE
public static final TableHook.ResourceTableType DATA_SET_ORG_UNIT_CATEGORY
public static final TableHook.ResourceTableType CATEGORY_OPTION_COMBO_NAME
public static final TableHook.ResourceTableType DATA_ELEMENT_GROUP_SET_STRUCTURE
public static final TableHook.ResourceTableType INDICATOR_GROUP_SET_STRUCTURE
public static final TableHook.ResourceTableType ORG_UNIT_GROUP_SET_STRUCTURE
public static final TableHook.ResourceTableType CATEGORY_STRUCTURE
public static final TableHook.ResourceTableType DATA_ELEMENT_STRUCTURE
public static final TableHook.ResourceTableType PERIOD_STRUCTURE
public static final TableHook.ResourceTableType DATE_PERIOD_STRUCTURE
public static final TableHook.ResourceTableType DATA_ELEMENT_CATEGORY_OPTION_COMBO
public static final TableHook.ResourceTableType DATA_APPROVAL_MIN_LEVEL
public static TableHook.ResourceTableType[] values()
for (TableHook.ResourceTableType c : TableHook.ResourceTableType.values()) System.out.println(c);
public static TableHook.ResourceTableType 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 © 2018 UiO. All rights reserved.