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