public static enum AbstractQueryBuilder.LOGICAL extends Enum<AbstractQueryBuilder.LOGICAL>
| Modifier and Type | Method and Description |
|---|---|
static AbstractQueryBuilder.LOGICAL |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractQueryBuilder.LOGICAL[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractQueryBuilder.LOGICAL AND
public static final AbstractQueryBuilder.LOGICAL OR
public static final AbstractQueryBuilder.LOGICAL NULL
public static final AbstractQueryBuilder.LOGICAL NOT
public static final AbstractQueryBuilder.LOGICAL AND_NOT
public static final AbstractQueryBuilder.LOGICAL OR_NOT
public static AbstractQueryBuilder.LOGICAL[] values()
for (AbstractQueryBuilder.LOGICAL c : AbstractQueryBuilder.LOGICAL.values()) System.out.println(c);
public static AbstractQueryBuilder.LOGICAL 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 nullCopyright © 2003–2019 eXo Platform SAS. All rights reserved.