public static enum DocumentSelection.SelectionType extends Enum<DocumentSelection.SelectionType>
DocumentSelection.select(Collection)
and DocumentSelection.select(SelectionType...)
.Enum Constant and Description |
---|
ACL
Indicates whether the collection contains an ACL note
|
ACTIONS
Indicates whether the collection contains notes for actions
|
AGENTS
Indicates whether the collection contains notes for agents
|
DATA_CONNECTIONS
Indicates whether the collection contains a data connection note
|
DATASCRIPT_SCRIPT
Indicates whether the collection contains a database script note
|
DOCUMENTS
Indicates whether the collection contains the data documents.
|
FOLDERS
Indicates whether the collection contains notes for folders
|
FORMS
Indicates whether the collection contains notes for forms
|
FRAMESETS
Indicates whether the collection contains notes for frame sets
|
HELP_ABOUT
Indicates whether the collection contains an "About Database" note
|
HELP_INDEX
Indicates whether the collection contains a help index note
|
HELP_USING
Indicates whether the collection contains a "Using Database" note
|
ICON
Indicates whether the collection contains an icon note
|
IMAGE_RESOURCES
Indicates whether the collection contains notes for image resources
|
JAVA_RESOURCES
Indicates whether the collection contains notes for Java™ resources
|
MISC_CODE_ELEMENTS
Indicates whether the collection contains notes for miscellaneous code elements
|
MISC_FORMAT_ELEMENTS
Indicates whether the collection contains notes for miscellaneous format elements
|
MISC_INDEX_ELEMENTS
Indicates whether the collection contains notes for miscellaneous index elements
|
NAVIGATORS
Indicates whether the collection contains notes for navigators
|
OUTLINES
Indicates whether the collection contains notes for outlines
|
PAGES
Indicates whether the collection contains notes for pages
|
PROFILES
Indicates whether the collection contains profile documents
|
REPLICATION_FORMULAS
Indicates whether the collection contains replication formulas
|
SCRIPT_LIBRARIES
Indicates whether the collection contains notes for script libraries
|
SHARED_FIELDS
Indicates whether the collection contains notes for shared fields
|
STYLESHEETS
Indicates whether the collection contains notes for style sheet resources
|
SUBFORMS
Indicates whether the collection contains notes for subforms
|
VIEWS
Indicates whether the collection contains notes for views
|
Modifier and Type | Method and Description |
---|---|
static DocumentSelection.SelectionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentSelection.SelectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentSelection.SelectionType DOCUMENTS
public static final DocumentSelection.SelectionType PROFILES
public static final DocumentSelection.SelectionType FORMS
public static final DocumentSelection.SelectionType SUBFORMS
public static final DocumentSelection.SelectionType ACTIONS
public static final DocumentSelection.SelectionType FRAMESETS
public static final DocumentSelection.SelectionType PAGES
public static final DocumentSelection.SelectionType IMAGE_RESOURCES
public static final DocumentSelection.SelectionType STYLESHEETS
public static final DocumentSelection.SelectionType JAVA_RESOURCES
public static final DocumentSelection.SelectionType MISC_FORMAT_ELEMENTS
public static final DocumentSelection.SelectionType VIEWS
public static final DocumentSelection.SelectionType FOLDERS
public static final DocumentSelection.SelectionType NAVIGATORS
public static final DocumentSelection.SelectionType MISC_INDEX_ELEMENTS
public static final DocumentSelection.SelectionType ICON
public static final DocumentSelection.SelectionType AGENTS
public static final DocumentSelection.SelectionType OUTLINES
public static final DocumentSelection.SelectionType DATASCRIPT_SCRIPT
public static final DocumentSelection.SelectionType SCRIPT_LIBRARIES
public static final DocumentSelection.SelectionType DATA_CONNECTIONS
public static final DocumentSelection.SelectionType MISC_CODE_ELEMENTS
public static final DocumentSelection.SelectionType SHARED_FIELDS
public static final DocumentSelection.SelectionType HELP_ABOUT
public static final DocumentSelection.SelectionType HELP_USING
public static final DocumentSelection.SelectionType HELP_INDEX
public static final DocumentSelection.SelectionType REPLICATION_FORMULAS
public static final DocumentSelection.SelectionType ACL
public static DocumentSelection.SelectionType[] values()
for (DocumentSelection.SelectionType c : DocumentSelection.SelectionType.values()) System.out.println(c);
public static DocumentSelection.SelectionType 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 © 2019–2021 HCL. All rights reserved.