public static enum IncrementalSmartNXQLQuery.SPECIAL_OPERATORS extends Enum<IncrementalSmartNXQLQuery.SPECIAL_OPERATORS>
| Enum Constant and Description |
|---|
BETWEEN |
CONTAINS |
NOT_CONTAINS |
NOT_STARTSWITH |
| Modifier and Type | Method and Description |
|---|---|
String |
getStringValue() |
static IncrementalSmartNXQLQuery.SPECIAL_OPERATORS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IncrementalSmartNXQLQuery.SPECIAL_OPERATORS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IncrementalSmartNXQLQuery.SPECIAL_OPERATORS CONTAINS
public static final IncrementalSmartNXQLQuery.SPECIAL_OPERATORS BETWEEN
public static final IncrementalSmartNXQLQuery.SPECIAL_OPERATORS NOT_CONTAINS
public static final IncrementalSmartNXQLQuery.SPECIAL_OPERATORS NOT_STARTSWITH
public static IncrementalSmartNXQLQuery.SPECIAL_OPERATORS[] values()
for (IncrementalSmartNXQLQuery.SPECIAL_OPERATORS c : IncrementalSmartNXQLQuery.SPECIAL_OPERATORS.values()) System.out.println(c);
public static IncrementalSmartNXQLQuery.SPECIAL_OPERATORS valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getStringValue()
Copyright © 2019 Nuxeo. All rights reserved.