Uses of Enum Class
com.pervasive.datarush.analytics.text.ConvertTextCase.Case
Packages that use ConvertTextCase.Case
Package
Description
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.CaseModifier and TypeMethodDescriptionConvertTextCase.getCaseFormat()Get the case format for the conversions.static ConvertTextCase.CaseReturns the enum constant of this class with the specified name.static ConvertTextCase.Case[]ConvertTextCase.Case.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pervasive.datarush.analytics.text with parameters of type ConvertTextCase.CaseModifier and TypeMethodDescriptionvoidConvertTextCase.setCaseFormat(ConvertTextCase.Case caseFormat) Set the case format for the conversions.Constructors in com.pervasive.datarush.analytics.text with parameters of type ConvertTextCase.CaseModifierConstructorDescriptionConvertTextCase(String inputField, ConvertTextCase.Case caseFormat) Constructor specifying the tokenized text field to convert and the case to use.