public class DateWhereOperand extends WhereOperand<Date>
| Constructor and Description |
|---|
DateWhereOperand() |
DateWhereOperand(Date value) |
| Modifier and Type | Method and Description |
|---|---|
Date |
get() |
ElementType |
getElementType() |
OperandType |
getOperandType() |
Date |
getValue() |
static DateWhereOperand |
instance(Date value) |
void |
setValue(Date value) |
fromJsonNodepublic DateWhereOperand()
public DateWhereOperand(Date value)
public static DateWhereOperand instance(Date value)
public ElementType getElementType()
getElementType in class WhereOperand<Date>public OperandType getOperandType()
getOperandType in class WhereOperand<Date>public Date get()
get in class WhereOperand<Date>public Date getValue()
public void setValue(Date value)
Copyright © 2019. All rights reserved.