Enum of validations supported by Smart Assertion
| Enum constant | Description | 
|---|---|
| CONTAINS | |
| EMPTY | |
| EQUALS | |
| EQUALS_NONE_OF | |
| EQUALS_ONE_OF | |
| EXISTS | |
| GREATER_OR_EQUALS_THAN | |
| GREATER_THAN | |
| IS_DATA_TYPE | |
| LESS_OR_EQUALS_THAN | |
| LESS_THAN | |
| NOT_CONTAINS | |
| NOT_EMPTY | |
| NOT_EQUALS | |
| NOT_EXISTS | |
| NO_OPERATOR | |
| REG_EX | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | static DataAndMetadataOperator | createById(java.lang.String id) | 
|  | java.lang.String | getDisplayFailureMessage(boolean isCaseSensitive) | 
|  | java.lang.String | getId() | 
|  | java.lang.String | getName() | 
|  | static DataAndMetadataOperator | getOperator(java.lang.String id)Gets the operator by its ID | 
|  | static boolean | isCaseSensitiveSupported(DataAndMetadataOperator operator)Returns whether the operator supports case sensitive and insensitive validations or not | 
|  | java.lang.String | toString() | 
| Methods inherited from class | Name | 
|---|---|
| class java.lang.Object | java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() | 
Gets the operator by its ID
id -  the ID of the operatorReturns whether the operator supports case sensitive and insensitive validations or not
operator -  the operatortrue if the operator supports these validation modes, false otherwiseReadyAPI functional (soapui-pro) SDK 3.10.1