Interface StringExpression
-
- All Implemented Interfaces:
-
nl.basjes.modbus.schema.expression.Expression
public interface StringExpression implements Expression
An Expression for which the result is a String
-
-
Method Summary
Modifier and Type Method Description abstract StringgetValue(SchemaDevice schemaDevice)ReturnTypegetReturnType()-
Methods inherited from class nl.basjes.modbus.schema.expression.Expression
check, checkFatal, combine, getProblems, getRegisterValues, getRequiredFields, getRequiredMutableRegisters, getRequiredRegisters, getSubExpressions, initialize, isImmutable, setImmutable, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getValue
abstract String getValue(SchemaDevice schemaDevice)
- Returns:
The String value or null if it was not implemented
-
getReturnType
ReturnType getReturnType()
-
-
-
-