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