OcaStringComparisonType

class OcaStringComparisonType()

Type of string comparison.

OcaStringComparisonType.Exact

type: OcaStringComparisonType

Singleton object corresponding to the entry with value 0.

OcaStringComparisonType.Substring

type: OcaStringComparisonType

Singleton object corresponding to the entry with value 1.

OcaStringComparisonType.Contains

type: OcaStringComparisonType

Singleton object corresponding to the entry with value 2.

OcaStringComparisonType.ExactCaseInsensitive

type: OcaStringComparisonType

Singleton object corresponding to the entry with value 3.

OcaStringComparisonType.SubstringCaseInsensitive

type: OcaStringComparisonType

Singleton object corresponding to the entry with value 4.

OcaStringComparisonType.ContainsCaseInsensitive

type: OcaStringComparisonType

Singleton object corresponding to the entry with value 5.