Uses of Class
com.saperion.constants.mime.MIME
-
Packages that use MIME Package Description com.saperion.constants.mime -
-
Uses of MIME in com.saperion.constants.mime
Methods in com.saperion.constants.mime that return MIME Modifier and Type Method Description static MIME
MIME. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MIME[]
MIME. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-