static enum DefaultQueryImpl.ConditionRelation extends Enum<DefaultQueryImpl.ConditionRelation>
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
void |
setValue(String value) |
static DefaultQueryImpl.ConditionRelation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultQueryImpl.ConditionRelation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultQueryImpl.ConditionRelation AND
public static final DefaultQueryImpl.ConditionRelation OR
private String value
public static DefaultQueryImpl.ConditionRelation[] values()
for (DefaultQueryImpl.ConditionRelation c : DefaultQueryImpl.ConditionRelation.values()) System.out.println(c);
public static DefaultQueryImpl.ConditionRelation 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 getValue()
public void setValue(String value)
Copyright © 2015. All rights reserved.