Uses of Class
org.xmlet.htmlapifaster.EnumMediaType
-
Packages that use EnumMediaType Package Description org.xmlet.htmlapifaster -
-
Uses of EnumMediaType in org.xmlet.htmlapifaster
Methods in org.xmlet.htmlapifaster that return EnumMediaType Modifier and Type Method Description static EnumMediaTypeEnumMediaType. valueOf(String name)Returns the enum constant of this type with the specified name.static EnumMediaType[]EnumMediaType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xmlet.htmlapifaster with parameters of type EnumMediaType Modifier and Type Method Description Link<Z>Link. attrMedia(EnumMediaType attrMedia)Style<Z>Style. attrMedia(EnumMediaType attrMedia)
-