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

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String getValue(SchemaDevice schemaDevice)
      ReturnType getReturnType()
      • Methods inherited from class nl.basjes.modbus.schema.expression.Expression

        check, checkFatal, combine, getModbusValues, getProblems, getRequiredAddresses, getRequiredFields, getRequiredMutableAddresses, getSubExpressions, initialize, isImmutable, setImmutable, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait