Uses of Enum Class
ai.timefold.jpyinterpreter.util.StringFormatter.PrintfStringType
Packages that use StringFormatter.PrintfStringType
-
Uses of StringFormatter.PrintfStringType in ai.timefold.jpyinterpreter.util
Methods in ai.timefold.jpyinterpreter.util that return StringFormatter.PrintfStringTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static StringFormatter.PrintfStringType[]StringFormatter.PrintfStringType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ai.timefold.jpyinterpreter.util with parameters of type StringFormatter.PrintfStringTypeModifier and TypeMethodDescriptionstatic StringStringFormatter.printfInterpolate(CharSequence value, PythonLikeDict dict, StringFormatter.PrintfStringType stringType) static StringStringFormatter.printfInterpolate(CharSequence value, List<PythonLikeObject> tuple, StringFormatter.PrintfStringType stringType)