public enum PageUrlMapping extends Enum<PageUrlMapping>
| Enum Constant and Description |
|---|
ADMIN_USER_DETAILS |
RESOURCE_DETAILS |
ROLE_DETAILS |
TASK_DETAILS |
| Modifier and Type | Method and Description |
|---|---|
DisplayableValue[] |
getAction() |
String |
getUrl() |
static PageUrlMapping |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageUrlMapping[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PageUrlMapping ADMIN_USER_DETAILS
public static final PageUrlMapping TASK_DETAILS
public static final PageUrlMapping ROLE_DETAILS
public static final PageUrlMapping RESOURCE_DETAILS
public static PageUrlMapping[] values()
for (PageUrlMapping c : PageUrlMapping.values()) System.out.println(c);
public static PageUrlMapping 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 DisplayableValue[] getAction()
public String getUrl()
Copyright © 2016 evolveum. All rights reserved.