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