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