Uses of Class
org.xmlet.htmlapifaster.EnumHttpEquivType
-
Packages that use EnumHttpEquivType Package Description org.xmlet.htmlapifaster -
-
Uses of EnumHttpEquivType in org.xmlet.htmlapifaster
Methods in org.xmlet.htmlapifaster that return EnumHttpEquivType Modifier and Type Method Description static EnumHttpEquivTypeEnumHttpEquivType. valueOf(String name)Returns the enum constant of this type with the specified name.static EnumHttpEquivType[]EnumHttpEquivType. 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 EnumHttpEquivType Modifier and Type Method Description Meta<Z>Meta. attrHttpEquiv(EnumHttpEquivType attrHttpEquiv)
-