Uses of Class
com.attivio.sdk.schema.SchemaField.LowerCaseMode
-
Packages that use SchemaField.LowerCaseMode Package Description com.attivio.sdk.schema Models data from fields and describes how each field should be handled by the Attivio engine. -
-
Uses of SchemaField.LowerCaseMode in com.attivio.sdk.schema
Methods in com.attivio.sdk.schema that return SchemaField.LowerCaseMode Modifier and Type Method Description static SchemaField.LowerCaseMode
SchemaField.LowerCaseMode. fromExternal(java.lang.String value)
Converts an external value to an TokenizeMode valueSchemaField.LowerCaseMode
SchemaField. getLowerCaseMode()
Get the lower case mode of this field.static SchemaField.LowerCaseMode
SchemaField.LowerCaseMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SchemaField.LowerCaseMode[]
SchemaField.LowerCaseMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.attivio.sdk.schema with parameters of type SchemaField.LowerCaseMode Modifier and Type Method Description void
SchemaField. setLowerCaseMode(SchemaField.LowerCaseMode mode)
Set the lower case mode of this field.
-