public static class Notations.Operators
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static Notation |
AND |
static Notation |
COMMA |
static Notation |
DIVISION |
static Notation |
DOT |
static Notation |
ELEMENT_ELLIPSIS |
static Notation |
EQUAL |
static Notation |
GREATER |
static Notation |
GREATER_OR_EQUAL |
static Notation |
IS |
static Notation |
LESS |
static Notation |
LESS_OR_EQUAL |
static Notation |
MATCHER |
static Notation |
MINUS |
static Notation |
MULTIPLICATION |
static Notation |
NOT |
static Notation |
NOT_EQUAL |
static Notation |
OR |
static Notation |
PLUS |
static Notation |
ROW_WILDCARD |
static Notation |
SLASH |
static Notation |
SUBTRACTION |
static Notation |
WHICH |
static Notation |
WILDCARD |
| Constructor and Description |
|---|
Operators() |
public static final Notation WILDCARD
public static final Notation ROW_WILDCARD
public static final Notation ELEMENT_ELLIPSIS
public static final Notation AND
public static final Notation OR
public static final Notation COMMA
public static final Notation GREATER_OR_EQUAL
public static final Notation LESS_OR_EQUAL
public static final Notation GREATER
public static final Notation LESS
public static final Notation PLUS
public static final Notation SUBTRACTION
public static final Notation MULTIPLICATION
public static final Notation DIVISION
public static final Notation NOT_EQUAL
public static final Notation MINUS
public static final Notation NOT
public static final Notation MATCHER
public static final Notation EQUAL
public static final Notation DOT
public static final Notation SLASH
public static final Notation IS
public static final Notation WHICH