ContainmentComparisonType
extends Enumeration
in package
Determines whether a search ignores cases and spaces.
Table of Contents
Constants
- EXACT = 'Exact'
- The comparison must be exact.
- IGNORE_CASE = 'IgnoreCase'
- The comparison ignores casing.
- IGNORE_CASE_AND_NON_SPACING_CHARS = 'IgnoreCaseAndNonSpacingCharacters'
- The comparison ignores non-spacing characters.
- IGNORE_NON_SPACING_CHARS = 'IgnoreNonSpacingCharacters'
- The comparison ignores casing and non-spacing characters.
- LOOSE = 'Loose'
- To be removed.
- LOOSE_AND_IGNORE_CASE = 'LooseAndIgnoreCase'
- To be removed.
- LOOSE_AND_IGNORE_CASE_AND_IGNORE_NON_SPACING_CARS = 'LooseAndIgnoreCaseAndIgnoreNonSpace'
- To be removed.
- LOOSE_AND_IGNORE_NON_SPACING_CHARS = 'LooseAndIgnoreNonSpace'
- To be removed.
Properties
- $_ : string
- Element value.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
- __toString() : string
- Returns the value of this enumeration as a string.
Constants
EXACT
The comparison must be exact.
public
string
EXACT
= 'Exact'
Tags
IGNORE_CASE
The comparison ignores casing.
public
string
IGNORE_CASE
= 'IgnoreCase'
Tags
IGNORE_CASE_AND_NON_SPACING_CHARS
The comparison ignores non-spacing characters.
public
string
IGNORE_CASE_AND_NON_SPACING_CHARS
= 'IgnoreCaseAndNonSpacingCharacters'
Tags
IGNORE_NON_SPACING_CHARS
The comparison ignores casing and non-spacing characters.
public
string
IGNORE_NON_SPACING_CHARS
= 'IgnoreNonSpacingCharacters'
Tags
LOOSE
To be removed.
public
string
LOOSE
= 'Loose'
Tags
LOOSE_AND_IGNORE_CASE
To be removed.
public
string
LOOSE_AND_IGNORE_CASE
= 'LooseAndIgnoreCase'
Tags
LOOSE_AND_IGNORE_CASE_AND_IGNORE_NON_SPACING_CARS
To be removed.
public
string
LOOSE_AND_IGNORE_CASE_AND_IGNORE_NON_SPACING_CARS
= 'LooseAndIgnoreCaseAndIgnoreNonSpace'
Tags
LOOSE_AND_IGNORE_NON_SPACING_CHARS
To be removed.
public
string
LOOSE_AND_IGNORE_NON_SPACING_CHARS
= 'LooseAndIgnoreNonSpace'
Tags
Properties
$_
Element value.
public
string
$_
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed
__toString()
Returns the value of this enumeration as a string.
public
__toString() : string
.