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