Uses of Class
de.gsi.dataset.remote.MimeType
-
Packages that use MimeType Package Description de.gsi.dataset.remote -
-
Uses of MimeType in de.gsi.dataset.remote
Methods in de.gsi.dataset.remote that return MimeType Modifier and Type Method Description static MimeTypeMimeType. getEnum(java.lang.String mimeType)Case-insensitive mapping between MIME-type string and enumumeration value.static MimeTypeMimeType. getEnumByFileName(java.lang.String fileName)Case-insensitive mapping between MIME-type string and enumeration value.static MimeTypeMimeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MimeType[]MimeType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-