public static enum InteractiveInfoAtom.Link extends java.lang.Enum<InteractiveInfoAtom.Link>
Enum Constant and Description |
---|
CUSTOM_SHOW |
FIRST_SLIDE |
LAST_SLIDE |
NEXT_SLIDE |
NULL |
OTHER_FILE |
OTHER_PRESENTATION |
PREVIOUS_SLIDE |
SLIDE_NUMBER |
URL |
Modifier and Type | Method and Description |
---|---|
static InteractiveInfoAtom.Link |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InteractiveInfoAtom.Link[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InteractiveInfoAtom.Link NEXT_SLIDE
public static final InteractiveInfoAtom.Link PREVIOUS_SLIDE
public static final InteractiveInfoAtom.Link FIRST_SLIDE
public static final InteractiveInfoAtom.Link LAST_SLIDE
public static final InteractiveInfoAtom.Link CUSTOM_SHOW
public static final InteractiveInfoAtom.Link SLIDE_NUMBER
public static final InteractiveInfoAtom.Link URL
public static final InteractiveInfoAtom.Link OTHER_PRESENTATION
public static final InteractiveInfoAtom.Link OTHER_FILE
public static final InteractiveInfoAtom.Link NULL
public static InteractiveInfoAtom.Link[] values()
for (InteractiveInfoAtom.Link c : InteractiveInfoAtom.Link.values()) System.out.println(c);
public static InteractiveInfoAtom.Link 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 2022 The Apache Software Foundation or its licensors, as applicable.