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