public enum PageUpdateType extends Enum<PageUpdateType>
| Enum Constant and Description |
|---|
ADD_PAGE |
EDIT_PAGE_CONTENT |
EDIT_PAGE_CONTENT_AND_TITLE |
EDIT_PAGE_PERMISSIONS |
EDIT_PAGE_TITLE |
MOVE_PAGE |
| Modifier and Type | Method and Description |
|---|---|
static PageUpdateType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageUpdateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PageUpdateType ADD_PAGE
public static final PageUpdateType EDIT_PAGE_TITLE
public static final PageUpdateType EDIT_PAGE_CONTENT
public static final PageUpdateType EDIT_PAGE_CONTENT_AND_TITLE
public static final PageUpdateType EDIT_PAGE_PERMISSIONS
public static final PageUpdateType MOVE_PAGE
public static PageUpdateType[] values()
for (PageUpdateType c : PageUpdateType.values()) System.out.println(c);
public static PageUpdateType 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 © 2003–2018 eXo Platform SAS. All rights reserved.