public class UnarySearchOperator extends SearchOperator implements Serializable
Modifier and Type | Field and Description |
---|---|
static UnarySearchOperator |
IS_NOT_NULL
The operator "is not null".
|
static UnarySearchOperator |
IS_NULL
The operator "is null".
|
CASE_INSENSITIVE_EQUALS, CASE_INSENSITIVE_LIKE, CASE_INSENSITIVE_NOT_EQUALS, CASE_INSENSITIVE_NOT_LIKE, CONTAINS, EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUAL_TO, identifier, LESS_THAN, LESS_THAN_OR_EQUAL_TO, LIKE, NOT_EQUALS, NOT_LIKE
Modifier | Constructor and Description |
---|---|
protected |
UnarySearchOperator(String id)
Constructs the SearchOperator with a string representation.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object anObject)
Returns true if the input parameter is the same as this object.
|
int |
hashCode()
Returns a hashcode value for the object.
|
String |
toString()
Gets the string representation of the unary operator.
|
isCaseInsensitive, negate
public static final UnarySearchOperator IS_NULL
public static final UnarySearchOperator IS_NOT_NULL
protected UnarySearchOperator(String id)
id
- The string representation of the operator.public String toString()
toString
in class SearchOperator
public boolean equals(Object anObject)
equals
in class SearchOperator
anObject
- The UnarySearchOperator to compare this object to.public int hashCode()
hashCode
in class SearchOperator
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved