Package | Description |
---|---|
com.pervasive.datarush.analytics.text |
Provides various unstructured text processing operators.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
ConvertTextCase.setCaseFormat(ConvertTextCase.Case caseFormat)
Set the case format for the conversions.
|
Constructor and Description |
---|
ConvertTextCase(String inputField,
ConvertTextCase.Case caseFormat)
Constructor specifying the tokenized text field to convert
and the case to use.
|
Copyright © 2016 Actian Corporation. All rights reserved.