public class NullValueOperand extends ParsedOperand<Object>
| Constructor | Description |
|---|---|
NullValueOperand(String expressionString) |
| Modifier and Type | Method | Description |
|---|---|---|
Class<Object> |
getOperandsJavaType() |
Can be used to get the java type of the operand.
|
OperandType |
getOperandType() |
|
Object |
value() |
Gets the value of the operand
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStringRepresentationOfOperandsJavaTypesgetExpressionStringpublic NullValueOperand(String expressionString)
public Class<Object> getOperandsJavaType()
OperandgetOperandsJavaType in class Operand<Object>public OperandType getOperandType()
getOperandType in class Operand<Object>Copyright © 2017–2020 Holisticon AG. All rights reserved.