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