public static enum CqlClause.CqlClauseType extends Enum<CqlClause.CqlClauseType>
| Modifier and Type | Method and Description |
|---|---|
static CqlClause.CqlClauseType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CqlClause.CqlClauseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CqlClause.CqlClauseType BOOLEAN
public static final CqlClause.CqlClauseType RELATION
public static final CqlClause.CqlClauseType TERM
public static CqlClause.CqlClauseType[] values()
for (CqlClause.CqlClauseType c : CqlClause.CqlClauseType.values()) System.out.println(c);
public static CqlClause.CqlClauseType 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 © 2017. All rights reserved.