public class BooleanOperand extends ParsedOperand<java.lang.Boolean>
| Constructor and Description |
|---|
BooleanOperand(java.lang.String expressionString) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<java.lang.Boolean> |
getOperandsJavaType()
Can be used to get the java type of the operand.
|
OperandType |
getOperandType() |
java.lang.Boolean |
value()
Gets the value of the operand
|
getExpressionStringgetStringRepresentationOfOperandsJavaTypespublic java.lang.Class<java.lang.Boolean> getOperandsJavaType()
OperandgetOperandsJavaType in class Operand<java.lang.Boolean>public java.lang.Boolean value()
Operandpublic OperandType getOperandType()
getOperandType in class Operand<java.lang.Boolean>Copyright © 2017-2018 Holisticon AG. All Rights Reserved.