public enum IncludeAdditionalItems extends Enum<IncludeAdditionalItems>
| Enum Constant and Description |
|---|
ANNOTATION_ACTIONS |
ANNOTATIONS |
BOOKMARK_ACTIONS |
BOOKMARKS |
DOCUMENT_PROPERTIES |
| Modifier and Type | Method and Description |
|---|---|
static IncludeAdditionalItems |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IncludeAdditionalItems[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IncludeAdditionalItems DOCUMENT_PROPERTIES
public static final IncludeAdditionalItems BOOKMARKS
public static final IncludeAdditionalItems BOOKMARK_ACTIONS
public static final IncludeAdditionalItems ANNOTATIONS
public static final IncludeAdditionalItems ANNOTATION_ACTIONS
public static IncludeAdditionalItems[] values()
for (IncludeAdditionalItems c : IncludeAdditionalItems.values()) System.out.println(c);
public static IncludeAdditionalItems 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 null