Uses of Class
com.attivio.sdk.schema.SchemaField.TokenizeMode
-
Packages that use SchemaField.TokenizeMode 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.TokenizeMode in com.attivio.sdk.schema
Methods in com.attivio.sdk.schema that return SchemaField.TokenizeMode Modifier and Type Method Description static SchemaField.TokenizeMode
SchemaField.TokenizeMode. fromExternal(java.lang.String value)
Converts an external value to an TokenizeMode valueSchemaField.TokenizeMode
SchemaField. getTokenizeMode()
Get the tokenize mode of this field.static SchemaField.TokenizeMode
SchemaField.TokenizeMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SchemaField.TokenizeMode[]
SchemaField.TokenizeMode. 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.TokenizeMode Modifier and Type Method Description void
SchemaField. setTokenizeMode(SchemaField.TokenizeMode mode)
Set the tokenize mode of this field.
-