public final class TQuerySearchMode
extends java.lang.Object
Class representing the _querysearchmode parameter for a xquery/x-query operation. The class provides type safe constant objects representing the possible settings for the _querysearchmode parameter available for Tamino _xql and _xquery command.
Please refer to the description of the X-Machine Commands in the Tamino Server documentation for details on the usage of this parameter.
Modifier and Type | Field and Description |
---|---|
static TQuerySearchMode |
ACCURATE
Constant that represents Taminos _querysearchmode=accurate
|
static TQuerySearchMode |
APPROXIMATE
Constant that represents Taminos _querysearchmode=approximative
|
static TQuerySearchMode |
NON_SERIALIZED
Constant that represents Taminos _querysearchmode=nonserialized
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one.
|
int |
hashCode()
Returns a hash code value for the object.
|
java.lang.String |
toString()
Returns the string representation of a TQuerySearchMode object.
|
public static final TQuerySearchMode APPROXIMATE
public static final TQuerySearchMode ACCURATE
public static final TQuerySearchMode NON_SERIALIZED
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- - the reference object with which to compare.public int hashCode()
hashCode
in class java.lang.Object
Copyright (c) 2017 Software AG. All Rights Reserved.