Uses of Class
org.w3c.epubcheck.constants.MIMEType
-
Packages that use MIMEType Package Description org.w3c.epubcheck.constants -
-
Uses of MIMEType in org.w3c.epubcheck.constants
Fields in org.w3c.epubcheck.constants with type parameters of type MIMEType Modifier and Type Field Description private static java.util.Map<java.lang.String,MIMEType>MIMEType. ENUM_MAPMethods in org.w3c.epubcheck.constants that return MIMEType Modifier and Type Method Description static MIMETypeMIMEType. get(java.lang.String name)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.
-