Interface StringListExpression
-
- All Implemented Interfaces:
-
nl.basjes.modbus.schema.expression.Expression
public interface StringListExpression implements Expression
-
-
Method Summary
Modifier and Type Method Description abstract List<String>getValue(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 List<String> getValue(SchemaDevice schemaDevice)
- Returns:
The (possibly empty) list with all set String values or null if it was not implemented
-
getReturnType
ReturnType getReturnType()
-
-
-
-