public static enum InteractiveInfoAtom.Action extends java.lang.Enum<InteractiveInfoAtom.Action>
Enum Constant and Description |
---|
CUSTOM_SHOW |
HYPERLINK |
JUMP |
MACRO |
MEDIA |
NONE |
OLE |
RUN_PROGRAM |
Modifier and Type | Method and Description |
---|---|
static InteractiveInfoAtom.Action |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InteractiveInfoAtom.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InteractiveInfoAtom.Action NONE
public static final InteractiveInfoAtom.Action MACRO
public static final InteractiveInfoAtom.Action RUN_PROGRAM
public static final InteractiveInfoAtom.Action JUMP
public static final InteractiveInfoAtom.Action HYPERLINK
public static final InteractiveInfoAtom.Action OLE
public static final InteractiveInfoAtom.Action MEDIA
public static final InteractiveInfoAtom.Action CUSTOM_SHOW
public static InteractiveInfoAtom.Action[] values()
for (InteractiveInfoAtom.Action c : InteractiveInfoAtom.Action.values()) System.out.println(c);
public static InteractiveInfoAtom.Action 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 2020 The Apache Software Foundation or its licensors, as applicable.