Uses of Class
net.sourceforge.pmd.util.StringUtil.CaseConvention
-
Packages that use StringUtil.CaseConvention Package Description net.sourceforge.pmd.util -
-
Uses of StringUtil.CaseConvention in net.sourceforge.pmd.util
Methods in net.sourceforge.pmd.util that return StringUtil.CaseConvention Modifier and Type Method Description static StringUtil.CaseConvention
StringUtil.CaseConvention. valueOf(String name)
Returns the enum constant of this type with the specified name.static StringUtil.CaseConvention[]
StringUtil.CaseConvention. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sourceforge.pmd.util with parameters of type StringUtil.CaseConvention Modifier and Type Method Description String
StringUtil.CaseConvention. convertTo(StringUtil.CaseConvention to, String name)
-