public final class OperatorType extends Enum
Modifier and Type | Field and Description |
---|---|
static OperatorType |
ALL
Deprecated.
The ALL operator generates a match whenever all of its constituent search
terms are found to match within a specified time period.
|
static OperatorType |
ANY
Deprecated.
The ANY operator generates a match whenever any of its constituent search
terms are found to match.
|
static OperatorType |
AT_LEAST
Deprecated.
The AT_LEAST operator generates a match whenever at least m of its n
constituent search terms are found to match within a specified time
period.
|
static OperatorType |
FIRST
Deprecated.
The FIRST operator generates a match whenever any of its constituent
search terms are found to match within a specified time period that
begins at the start of the search.
|
static OperatorType |
LAST
Deprecated.
The LAST operator generates a match whenever any of its constituent
search terms are found to match within a specified time period that
finishes at the end of the file or stream.
|
static OperatorType |
PHRASE
Deprecated.
The PHRASE operator identifies search terms.
|
Modifier and Type | Method and Description |
---|---|
static OperatorType |
valueOf(String name)
Deprecated.
|
static OperatorType[] |
values()
Deprecated.
|
public static final OperatorType ALL
public static final OperatorType ANY
public static final OperatorType AT_LEAST
public static final OperatorType FIRST
public static final OperatorType LAST
public static final OperatorType PHRASE
public static OperatorType[] values()
public static OperatorType valueOf(String name)
Copyright © 2023 Avaya. All rights reserved.