Uses of Enum Class
org.apache.rat.utils.CasedString.StringCase
Packages that use CasedString.StringCase
-
Uses of CasedString.StringCase in org.apache.rat.utils
Subclasses with type arguments of type CasedString.StringCase in org.apache.rat.utilsModifier and TypeClassDescriptionstatic enumAn enumeration of supported string cases.Methods in org.apache.rat.utils that return CasedString.StringCaseModifier and TypeMethodDescriptionstatic CasedString.StringCaseReturns the enum constant of this class with the specified name.static CasedString.StringCase[]CasedString.StringCase.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.rat.utils with parameters of type CasedString.StringCaseModifier and TypeMethodDescriptionCasedString.toCase(CasedString.StringCase stringCase) Converts this cased string into aStringof another format.Constructors in org.apache.rat.utils with parameters of type CasedString.StringCaseModifierConstructorDescriptionCasedString(CasedString.StringCase stringCase, String string) A representation of a cased string and the identified case of that string.