public class EnumWhereOperand<E extends Enum<E>> extends WhereOperand<E>
| Constructor and Description |
|---|
EnumWhereOperand() |
EnumWhereOperand(String type,
E enumeration) |
| Modifier and Type | Method and Description |
|---|---|
E |
extract(WhereOperandTransformer transformer) |
String |
getType() |
String |
getValue() |
static <E extends Enum<E>> |
instance(String type,
E enumeration) |
void |
setType(String type) |
void |
setValue(String value) |
public static <E extends Enum<E>> EnumWhereOperand instance(String type, E enumeration)
public E extract(WhereOperandTransformer transformer)
extract in class WhereOperand<E extends Enum<E>>public String getType()
public void setType(String type)
public String getValue()
public void setValue(String value)
Copyright © 2017. All rights reserved.