public class FileTypePackage extends CustomPackage
Represents a metadata package containing file format information.
Learn more
Modifier and Type | Method and Description |
---|---|
String |
getExtension()
Gets the file extension.
|
FileFormat |
getFileFormat()
Gets the file format.
|
String |
getMimeType()
Gets the MIME type.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public final FileFormat getFileFormat()
Gets the file format.
public final String getMimeType()
Gets the MIME type.
public final String getExtension()
Gets the file extension.