Uses of Enum Class
org.midheaven.lang.Strings.Casing
Packages that use Strings.Casing
-
Uses of Strings.Casing in org.midheaven.lang
Methods in org.midheaven.lang that return Strings.CasingModifier and TypeMethodDescriptionstatic Strings.CasingReturns the enum constant of this class with the specified name.static Strings.Casing[]Strings.Casing.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.midheaven.lang with parameters of type Strings.CasingModifier and TypeMethodDescriptionstatic StringStrings.transform(String text, Strings.Casing original, Strings.Casing target) Performs transform.