public abstract class WhereOperand<I> extends Object
| Constructor and Description |
|---|
WhereOperand() |
| Modifier and Type | Method and Description |
|---|---|
static WhereOperand<?> |
fromJsonNode(com.fasterxml.jackson.databind.JsonNode node) |
abstract I |
get() |
abstract ElementType |
getElementType() |
abstract OperandType |
getOperandType() |
public static WhereOperand<?> fromJsonNode(com.fasterxml.jackson.databind.JsonNode node)
public abstract ElementType getElementType()
public abstract OperandType getOperandType()
public abstract I get()
Copyright © 2019. All rights reserved.