Module jonix.common
Enum Class SupportingResourceFileFormats
java.lang.Object
java.lang.Enum<SupportingResourceFileFormats>
com.tectonica.jonix.common.codelist.SupportingResourceFileFormats
- All Implemented Interfaces:
OnixCodelist
,Serializable
,Comparable<SupportingResourceFileFormats>
,Constable
public enum SupportingResourceFileFormats
extends Enum<SupportingResourceFileFormats>
implements OnixCodelist
Enum
that corresponds to ONIX Codelist 178
Description: Supporting resource file format
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface com.tectonica.jonix.common.OnixCodelist
OnixCodelist.Pair
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription3GPP container format (.3gp, .3g2)Advanced Audio Coding formatAudio Interchange File formatA format proprietary to Amazon for use with its Kindle reading devices or software readers [File extensions .azw, .mobi, .prc]Audio Video Interleave formatWindows Bitmap formatFounder Apabi's proprietary basic e-book formatFounder Apabi's proprietary XML e-book formatImage as Postscript or Encapsulated Postscript file (.ps or .eps)The Open Publication Structure / OPS Container Format standard of the International Digital Publishing Forum (IDPF) [File extension .epub]Flash Video (.flv, .f4v)Graphic Interchange File formatHyperText Mark-up Language [File extension .html, .htm]JPEG 2000, improved Joint Photographic Experts Group formatJoint Photographic Experts Group formatMPEG 1/2 Audio Layer III fileMPEG-4 container format (.mp4, .m4a)Vorbis audio format in the Ogg containerPortable Document File (single page image)Portable Document Format (ISO 32000-1:2008) [File extension .pdf]Portable Network Graphics formatAdobe Photoshop native file format, PSD or PSBQuicktime container format (.mov)Proprietary RealNetworks formatProprietary RealNetworks format.Scalable vector graphicsShockWave (.swf)Tagged Image File formatPlain text (either ASCII or UTF-8/16 Unicode)Waveform Audio fileWebM container format (includes .mkv)Google-developed image formatWindows Media Audio formatWindows Media Video formatExtensible Hypertext Markup Language [File extension .xhtml, .xht, .xml, .html, .htm]XML Paper Specification -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbyCodeOptional
(String code) static String
codeToDesciption
(String code) getCode()
Returns the enum constant of this class with the specified name.static SupportingResourceFileFormats[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface com.tectonica.jonix.common.OnixCodelist
pair
-
Enum Constant Details
-
MP3
MPEG 1/2 Audio Layer III file -
WAV
Waveform Audio file -
Real_Audio
Proprietary RealNetworks format -
WMA
Windows Media Audio format -
AAC
Advanced Audio Coding format -
Ogg_Vorbis
Vorbis audio format in the Ogg container -
AIFF
Audio Interchange File format -
Real_Video
Proprietary RealNetworks format. Includes Real Video packaged within a .rm RealMedia container -
Quicktime
Quicktime container format (.mov) -
AVI
Audio Video Interleave format -
WMV
Windows Media Video format -
MPEG_4
MPEG-4 container format (.mp4, .m4a) -
FLV
Flash Video (.flv, .f4v) -
SWF
ShockWave (.swf) -
_3GP
3GPP container format (.3gp, .3g2) -
WebM
WebM container format (includes .mkv) -
PDF
Portable Document File (single page image) -
GIF
Graphic Interchange File format -
JPEG
Joint Photographic Experts Group format -
PNG
Portable Network Graphics format -
TIFF
Tagged Image File format -
BMP
Windows Bitmap formatJONIX adds: Not included in Onix2
-
JP2
JPEG 2000, improved Joint Photographic Experts Group formatJONIX adds: Not included in Onix2
-
PSD
Adobe Photoshop native file format, PSD or PSBJONIX adds: Not included in Onix2
-
EPS
Image as Postscript or Encapsulated Postscript file (.ps or .eps)JONIX adds: Not included in Onix2
-
WebP
Google-developed image formatJONIX adds: Not included in Onix2
-
SVG
Scalable vector graphicsJONIX adds: Not included in Onix2
-
EPUB
The Open Publication Structure / OPS Container Format standard of the International Digital Publishing Forum (IDPF) [File extension .epub] -
HTML
HyperText Mark-up Language [File extension .html, .htm] -
PDF_
Portable Document Format (ISO 32000-1:2008) [File extension .pdf] -
TXT
Plain text (either ASCII or UTF-8/16 Unicode) -
XHTML
Extensible Hypertext Markup Language [File extension .xhtml, .xht, .xml, .html, .htm] -
XPS
XML Paper Specification -
Amazon_Kindle
A format proprietary to Amazon for use with its Kindle reading devices or software readers [File extensions .azw, .mobi, .prc] -
CEB
Founder Apabi's proprietary basic e-book format -
CEBX
Founder Apabi's proprietary XML e-book format
-
-
Field Details
-
code
-
description
-
-
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
-
getCode
- Specified by:
getCode
in interfaceOnixCodelist
-
getDescription
- Specified by:
getDescription
in interfaceOnixCodelist
-
byCode
-
byCodeOptional
-
codeToDesciption
-