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