Uses of Class
kg.apc.jmeter.functions.CaseFormat.CaseFormatMode
-
-
Uses of CaseFormat.CaseFormatMode in kg.apc.jmeter.functions
Methods in kg.apc.jmeter.functions that return CaseFormat.CaseFormatMode Modifier and Type Method Description static CaseFormat.CaseFormatModeCaseFormat.CaseFormatMode. get(String mode)Get CamelCaseMode by modestatic CaseFormat.CaseFormatModeCaseFormat.CaseFormatMode. valueOf(String name)Returns the enum constant of this type with the specified name.static CaseFormat.CaseFormatMode[]CaseFormat.CaseFormatMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-