public static class Notations.Keywords
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.util.Set<Notation> |
ALL |
static java.util.Set<java.lang.String> |
ALL_STRING |
static Notation |
AND |
static Notation |
FALSE |
static Notation |
IS |
static Notation |
NULL |
static Notation |
OR |
static Notation |
TRUE |
static Notation |
WHICH |
| Constructor and Description |
|---|
Keywords() |
public static final Notation WHICH
public static final Notation IS
public static final Notation TRUE
public static final Notation FALSE
public static final Notation NULL
public static final Notation AND
public static final Notation OR
public static final java.util.Set<Notation> ALL
public static final java.util.Set<java.lang.String> ALL_STRING