public static enum PreviewElementUpdate.ACTION extends Enum<PreviewElementUpdate.ACTION>
| Enum Constant and Description |
|---|
ALL_UPDATED |
PAGE_ADDED |
PAGE_CLEARED |
PAGE_REMOVED |
PAGES_REMOVED |
SLOT_CLEARED |
SLOT_UPDATED |
| Modifier and Type | Method and Description |
|---|---|
static PreviewElementUpdate.ACTION |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PreviewElementUpdate.ACTION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PreviewElementUpdate.ACTION SLOT_CLEARED
public static final PreviewElementUpdate.ACTION PAGE_CLEARED
public static final PreviewElementUpdate.ACTION PAGE_ADDED
public static final PreviewElementUpdate.ACTION PAGE_REMOVED
public static final PreviewElementUpdate.ACTION SLOT_UPDATED
public static final PreviewElementUpdate.ACTION ALL_UPDATED
public static final PreviewElementUpdate.ACTION PAGES_REMOVED
public static PreviewElementUpdate.ACTION[] values()
for (PreviewElementUpdate.ACTION c : PreviewElementUpdate.ACTION.values()) System.out.println(c);
public static PreviewElementUpdate.ACTION 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 © 2017 SAP SE. All Rights Reserved.