public static enum FieldPresenceClause.Operator extends Enum<FieldPresenceClause.Operator>
Enum Constant and Description |
---|
MISSING
Indicates the field must not be present.
|
PRESENT
Indicates the field must be present.
|
Modifier and Type | Method and Description |
---|---|
static FieldPresenceClause.Operator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldPresenceClause.Operator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldPresenceClause.Operator PRESENT
public static final FieldPresenceClause.Operator MISSING
public static FieldPresenceClause.Operator[] values()
for (FieldPresenceClause.Operator c : FieldPresenceClause.Operator.values()) System.out.println(c);
public static FieldPresenceClause.Operator 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 nullLumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.