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