public static enum UserProfileStorage.TableId extends Enum<UserProfileStorage.TableId>
Modifier and Type | Method and Description |
---|---|
static UserProfileStorage.TableId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserProfileStorage.TableId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserProfileStorage.TableId TABLE_ROLES
public static final UserProfileStorage.TableId TABLE_USERS
public static final UserProfileStorage.TableId TREE_TABLE_PANEL_CHILD
public static final UserProfileStorage.TableId TREE_TABLE_PANEL_MEMBER
public static final UserProfileStorage.TableId TREE_TABLE_PANEL_MANAGER
public static final UserProfileStorage.TableId CONF_PAGE_ACCOUNTS
public static final UserProfileStorage.TableId CONF_DEBUG_LIST_PANEL
public static final UserProfileStorage.TableId PAGE_CREATED_REPORTS_PANEL
public static final UserProfileStorage.TableId PAGE_RESOURCE_PANEL
public static final UserProfileStorage.TableId PAGE_RESOURCES_PANEL
public static final UserProfileStorage.TableId PAGE_RESOURCE_ACCOUNTS_PANEL
public static final UserProfileStorage.TableId PAGE_TASKS_PANEL
public static final UserProfileStorage.TableId PAGE_USERS_PANEL
public static final UserProfileStorage.TableId PAGE_WORK_ITEMS
public static UserProfileStorage.TableId[] values()
for (UserProfileStorage.TableId c : UserProfileStorage.TableId.values()) System.out.println(c);
public static UserProfileStorage.TableId 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 © 2015 evolveum. All rights reserved.