public static enum InteractiveInfoAtom.Jump extends java.lang.Enum<InteractiveInfoAtom.Jump>
| Enum Constant and Description |
|---|
END_SHOW |
FIRST_SLIDE |
LAST_SLIDE |
LAST_SLIDE_VIEWED |
NEXT_SLIDE |
NONE |
PREVIOUS_SLIDE |
| Modifier and Type | Method and Description |
|---|---|
static InteractiveInfoAtom.Jump |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InteractiveInfoAtom.Jump[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InteractiveInfoAtom.Jump NONE
public static final InteractiveInfoAtom.Jump NEXT_SLIDE
public static final InteractiveInfoAtom.Jump PREVIOUS_SLIDE
public static final InteractiveInfoAtom.Jump FIRST_SLIDE
public static final InteractiveInfoAtom.Jump LAST_SLIDE
public static final InteractiveInfoAtom.Jump LAST_SLIDE_VIEWED
public static final InteractiveInfoAtom.Jump END_SHOW
public static InteractiveInfoAtom.Jump[] values()
for (InteractiveInfoAtom.Jump c : InteractiveInfoAtom.Jump.values()) System.out.println(c);
public static InteractiveInfoAtom.Jump valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright 2021 The Apache Software Foundation or its licensors, as applicable.