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