Uses of Class
com.pervasive.datarush.analytics.text.ConvertTextCase.Case
-
Packages that use ConvertTextCase.Case Package Description com.pervasive.datarush.analytics.text Provides various unstructured text processing operators. -
-
Uses of ConvertTextCase.Case in com.pervasive.datarush.analytics.text
Methods in com.pervasive.datarush.analytics.text that return ConvertTextCase.Case Modifier and Type Method Description ConvertTextCase.Case
ConvertTextCase. getCaseFormat()
Get the case format for the conversions.static ConvertTextCase.Case
ConvertTextCase.Case. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConvertTextCase.Case[]
ConvertTextCase.Case. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pervasive.datarush.analytics.text with parameters of type ConvertTextCase.Case Modifier and Type Method Description void
ConvertTextCase. setCaseFormat(ConvertTextCase.Case caseFormat)
Set the case format for the conversions.Constructors in com.pervasive.datarush.analytics.text with parameters of type ConvertTextCase.Case Constructor Description ConvertTextCase(String inputField, ConvertTextCase.Case caseFormat)
Constructor specifying the tokenized text field to convert and the case to use.
-