MetadataType
Leave feedback
On this page
Inheritance: java.lang.Object, java.lang.Enum
All Implemented Interfaces: com.groupdocs.metadata.core.IEnumValue
public enum MetadataType extends Enum<MetadataType> implements IEnumValue
Specifies the type of a metadata package.
| Field | Description |
|---|---|
| Undefined | The type of a metadata package is undefined. |
| Root | A root metadata package containing other format-specific packages. |
| Xmp | An XMP metadata package. |
| Exif | An EXIF metadata package, |
| Iptc | An IPTC metadata package, |
| DublinCore | A Dublin Core metadata package. |
| ImageResourceBlock | A Photoshop’s native metadata package. |
| FileFormat | A package containing information about the format of a loaded file. |
| DigitalSignature | A package containing digital signature metadata. |
| Presentation | A presentation metadata package. |
| Spreadsheet | A spreadsheet metadata package. |
| WordProcessing | A word processing metadata package. |
| Diagram | A diagram metadata package. |
| Note | A metadata package containing information about an electronic note file. |
| ProjectManagement | A metadata package containing information about a project management file. |
| A PDF metadata package. | |
| DocumentStatistics | A package containing document statistics. |
| Psd | A metadata package containing information about a Photoshop document. |
| Jpeg2000 | A JPEG2000 native metadata package. |
| Dicom | A DICOM native metadata package. |
| Bmp | A BMP native metadata package. |
| Wav | A WAV native metadata package. |
| ID3V1 | An ID3V1 tag. |
| ID3V2 | An ID3V2 tag. |
| MpegAudio | An MPEG audio native metadata package. |
| Lyrics3 | A Lyrics3 metadata package. |
| ApeV2 | An APEv2 metadata package. |
| Avi | An AVI video native metadata package. |
| Flv | An FLV video native metadata package. |
| Asf | An ASF video native metadata package. |
| Mov | A QuickTime video. |
| Matroska | A native metadata package extracted from a video encoded with the Matroska multimedia container. |
| Zip | A native metadata package of a ZIP archive. |
| SevenZip | A native metadata package of a SevenZip archive. |
| VCard | A native metadata package of a VCard. |
| Epub | A native metadata package of a EPUB e-book. |
| OpenType | An OpenType font metadata package. |
| Cad | A metadata package extracted from a CAD drawing. |
| Eml | An EML message metadata package. |
| Msg | An MSG message metadata package. |
| Torrent | A torrent file metadata package. |
| Png | A PNG image metadata package. |
| Dng | A DNG image metadata package. |
| Cr2 | A CR2 image metadata package. |
| Rar | RAR is a proprietary archive file format that supports data compression, error correction and file spanning. |
| Tar | In computing, tar is a computer software utility for collecting many files into one archive file, often referred to as a tarball, for distribution or backup purposes. |
| ThreeDS | 3DS is one of the file formats used by the Autodesk 3ds Max 3D modeling, animation and rendering software. |
| Dae | A DAE file is a Digital Asset Exchange file format that is used for exchanging data between interactive 3D applications. |
| Fbx | FBX (Filmbox) is a proprietary file format (.fbx) developed by Kaydara and owned by Autodesk since 2006. |
| Stl | STL is a file format native to the stereolithography CAD software created by 3D Systems.[3][4][5] Chuck Hull, the inventor of stereolithography and 3D Systems\u2019 founder, reports that the file extension is an abbreviation for stereolithography. |
| Gltf | A glTF (GL Transmission Format) metadata package. |
| Svg | An SVG image metadata package. |
| Gis | Gis format |
public static final MetadataType Undefined
The type of a metadata package is undefined.
public static final MetadataType Root
A root metadata package containing other format-specific packages.
public static final MetadataType Xmp
An XMP metadata package.
public static final MetadataType Exif
An EXIF metadata package,
public static final MetadataType Iptc
An IPTC metadata package,
public static final MetadataType DublinCore
A Dublin Core metadata package.
public static final MetadataType ImageResourceBlock
A Photoshop’s native metadata package.
public static final MetadataType FileFormat
A package containing information about the format of a loaded file.
public static final MetadataType DigitalSignature
A package containing digital signature metadata.
public static final MetadataType Presentation
A presentation metadata package.
public static final MetadataType Spreadsheet
A spreadsheet metadata package.
public static final MetadataType WordProcessing
A word processing metadata package.
public static final MetadataType Diagram
A diagram metadata package.
public static final MetadataType Note
A metadata package containing information about an electronic note file.
public static final MetadataType ProjectManagement
A metadata package containing information about a project management file.
public static final MetadataType Pdf
A PDF metadata package.
public static final MetadataType DocumentStatistics
A package containing document statistics.
public static final MetadataType Psd
A metadata package containing information about a Photoshop document.
public static final MetadataType Jpeg2000
A JPEG2000 native metadata package.
public static final MetadataType Dicom
A DICOM native metadata package.
public static final MetadataType Bmp
A BMP native metadata package.
public static final MetadataType Wav
A WAV native metadata package.
public static final MetadataType ID3V1
An ID3V1 tag.
public static final MetadataType ID3V2
An ID3V2 tag.
public static final MetadataType MpegAudio
An MPEG audio native metadata package.
public static final MetadataType Lyrics3
A Lyrics3 metadata package.
public static final MetadataType ApeV2
An APEv2 metadata package.
public static final MetadataType Avi
An AVI video native metadata package.
public static final MetadataType Flv
An FLV video native metadata package.
public static final MetadataType Asf
An ASF video native metadata package.
public static final MetadataType Mov
A QuickTime video.
public static final MetadataType Matroska
A native metadata package extracted from a video encoded with the Matroska multimedia container.
public static final MetadataType Zip
A native metadata package of a ZIP archive.
public static final MetadataType SevenZip
A native metadata package of a SevenZip archive.
public static final MetadataType VCard
A native metadata package of a VCard.
public static final MetadataType Epub
A native metadata package of a EPUB e-book.
public static final MetadataType OpenType
An OpenType font metadata package.
public static final MetadataType Cad
A metadata package extracted from a CAD drawing.
public static final MetadataType Eml
An EML message metadata package.
public static final MetadataType Msg
An MSG message metadata package.
public static final MetadataType Torrent
A torrent file metadata package. Please find more information at https://en.wikipedia.org/wiki/Torrent_file/ .
public static final MetadataType Png
A PNG image metadata package.
public static final MetadataType Dng
A DNG image metadata package.
public static final MetadataType Cr2
A CR2 image metadata package.
public static final MetadataType Rar
RAR is a proprietary archive file format that supports data compression, error correction and file spanning.
public static final MetadataType Tar
In computing, tar is a computer software utility for collecting many files into one archive file, often referred to as a tarball, for distribution or backup purposes.
public static final MetadataType ThreeDS
3DS is one of the file formats used by the Autodesk 3ds Max 3D modeling, animation and rendering software.
public static final MetadataType Dae
A DAE file is a Digital Asset Exchange file format that is used for exchanging data between interactive 3D applications.
public static final MetadataType Fbx
FBX (Filmbox) is a proprietary file format (.fbx) developed by Kaydara and owned by Autodesk since 2006. It is used to provide interoperability between digital content creation applications. FBX is also part of Autodesk Gameware, a series of video game middleware.
public static final MetadataType Stl
STL is a file format native to the stereolithography CAD software created by 3D Systems.[3][4][5] Chuck Hull, the inventor of stereolithography and 3D Systems\u2019 founder, reports that the file extension is an abbreviation for stereolithography.
public static final MetadataType Gltf
A glTF (GL Transmission Format) metadata package.
public static final MetadataType Svg
An SVG image metadata package.
public static final MetadataType Gis
Gis format
public static MetadataType[] values()
Returns: com.groupdocs.metadata.core.MetadataType[]
public static MetadataType valueOf(String name)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String |
Returns: MetadataType
public static MetadataType getByRawValue(int rawValue)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| rawValue | int |
Returns: MetadataType
public static IEnumValue getFirst()
Returns: IEnumValue
public Object[] getAllValues()
Returns the array of all values defined in the class.
Returns: java.lang.Object[]
public IEnumValue getEnumValueByRawValue(int rawValue)
Returns the enumeration value by the raw value associated with it.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| rawValue | int |
Returns: IEnumValue
public IEnumValue getEnumValueByName(String name)
Returns the enumeration value by its name.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String |
Returns: IEnumValue
public RawIntegerType getRawValueType()
Returns the underlying type of the raw value of this enumeration value.
Returns: RawIntegerType
public int getRawValue()
Returns the raw value of this enumeration value.
Returns: int
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.