Enum Class ConfigurationData.FileID
- All Implemented Interfaces:
Serializable,Comparable<ConfigurationData.FileID>,Constable
- Enclosing class:
- ConfigurationData
The enum File id.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptiona single actionthe list of actionsuser defined colorsthe list of conditionmenuesthe list of conditions"datafiles" and global cscript variableslist of domainsCustom icon of a entitylist of findstatementsthe font databaseFrame information fileFrame info delete file id.list of framerulesdata of a single gridpreview of a gridlist of gridslist of gridtypeslogin script extensionslogin script extensionslogin PYTHON extensionsThe projects manifest fileMedia dataMedia previewlist of application level messagesInDesign document of a single page itempageitem idmlthe "w2ml" representation of a pageitemzipped metadata of the pageitemthe preview of a page itempageitem shapeslist of pageitemslist of pageitem stateslist of pageitem typesInDesign document of a single page templateW2ML ("markup") representation of page templatezipped metadata of the page templatepreview of a page templatelist of pagetemplatesthe panel configuration statementslist of placeholdergroupslist of placeholderslist of placeholder variantsheaders of all Pluginslibraries of all PluginsPYTHON libraries of all PluginsFiles to be uploaded to custom Plugins / requested from custom Pluginsheader of a Pluginlibrary of a PluginPYTHON library of a Pluginlist of preview statementsrelated to's, this is somewhat like placeholder classesScript libraryPYTHON script libraryConfiguration for the setting / datafile panelComet SnippetsInDesign snippet of a comet snippetsnippet delete requestPreview of a comet snippetW2ML comet interchange document of snippetstandard cscript headerstandard cscript librarystandard PYTHON libraryDelete table of contentsTOC update fileUnknown fileuser defined XML entitiesuser defined XML indexes -
Method Summary
Modifier and TypeMethodDescriptionstatic ConfigurationData.FileIDReturns the enum constant of this class with the specified name.static ConfigurationData.FileID[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNKNOWN
Unknown file -
ACTIONS
the list of actions -
COLORS
user defined colors -
CONDITIONS
the list of conditions -
CONDITIONMENUES
the list of conditionmenues -
DATAFILES
"datafiles" and global cscript variables -
DOMAINS
list of domains -
FINDSTATEMENTS
list of findstatements -
FONTDB
the font database -
FRAMERULES
list of framerules -
GRIDS
list of grids -
GRIDTYPES
list of gridtypes -
MANIFEST
The projects manifest file -
PAGEITEMS
list of pageitems -
PAGEITEMTYPES
list of pageitem types -
PAGEITEMSTATES
list of pageitem states -
PAGETEMPLATES
list of pagetemplates -
PANELSTATEMENTS
the panel configuration statements -
PLACEHOLDERS
list of placeholders -
PLACEHOLDERGROUPS
list of placeholdergroups -
PLACEHOLDERVARIANTS
list of placeholder variants -
PREVIEWSTATEMENTS
list of preview statements -
RELATEDTO
related to's, this is somewhat like placeholder classes -
XENTITY
user defined XML entities -
XINDEX
user defined XML indexes -
MESSAGES
list of application level messages -
ACTION_DATA
a single action -
PAGEITEM_DATA
InDesign document of a single page item -
PAGEITEM_PREVIEW
the preview of a page item -
PAGEITEM_MARKUP
the "w2ml" representation of a pageitem -
PAGEITEM_METADATA
zipped metadata of the pageitem -
PAGEITEM_IDML
pageitem idml -
PAGEITEM_SHAPES
pageitem shapes -
PAGETEMPLATE_DATA
InDesign document of a single page template -
PAGETEMPLATE_MARKUP
W2ML ("markup") representation of page template -
PAGETEMPLATE_METADATA
zipped metadata of the page template -
PAGETEMPLATE_PREVIEW
preview of a page template -
GRID_DATA
data of a single grid -
GRID_PREVIEW
preview of a grid -
ENTITY_ICON
Custom icon of a entity -
TOC_UPDATE
TOC update file -
TOC_DELETE
Delete table of contents -
FRAME_INFO
Frame information file -
FRAME_INFO_DELETE
Frame info delete file id. -
SNIPPET
Comet Snippets -
SNIPPET_DATA
InDesign snippet of a comet snippet -
SNIPPET_W2ML
W2ML comet interchange document of snippet -
SNIPPET_PREVIEW
Preview of a comet snippet -
SNIPPET_DELETE
snippet delete request -
SCRIPT_LIBRARY
Script library -
SCRIPT_PYTHON_LIBRARY
PYTHON script library -
PLUGIN_LIBRARY
library of a Plugin -
PLUGIN_PYTHON_LIBRARY
PYTHON library of a Plugin -
PLUGIN_HEADER
header of a Plugin -
PLUGIN_ALL_LIBRARIES
libraries of all Plugins -
PLUGIN_ALL_PYTHON_LIBRARIES
PYTHON libraries of all Plugins -
PLUGIN_ALL_HEADERS
headers of all Plugins -
STD_LIBRARY
standard cscript library -
STD_PYTHON_LIBRARY
standard PYTHON library -
STD_HEADER
standard cscript header -
LOGIN_EXTENSIONS
login script extensions -
LOGIN_PYTHON_EXTENSIONS
login PYTHON extensions -
LOGIN_EXTENSIONS_HEADER
login script extensions -
MEDIA_PREVIEW
Media preview -
MEDIA_DATA
Media data -
PLUGIN_DATA
Files to be uploaded to custom Plugins / requested from custom Plugins -
SETTING
Configuration for the setting / datafile panel -
DOCUMENT_METADATA
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-