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