public static enum BeanSqlSelect.PredicatesType extends Enum<BeanSqlSelect.PredicatesType>
| Modifier and Type | Method and Description |
|---|---|
static BeanSqlSelect.PredicatesType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BeanSqlSelect.PredicatesType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BeanSqlSelect.PredicatesType HAVING
public static final BeanSqlSelect.PredicatesType WHERE
public static final BeanSqlSelect.PredicatesType AND
public static final BeanSqlSelect.PredicatesType NONE
public static BeanSqlSelect.PredicatesType[] values()
for (BeanSqlSelect.PredicatesType c : BeanSqlSelect.PredicatesType.values()) System.out.println(c);
public static BeanSqlSelect.PredicatesType 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 © 2014. All Rights Reserved.