Class StringConcat
-
- All Implemented Interfaces:
-
nl.basjes.modbus.schema.expression.Expression,nl.basjes.modbus.schema.expression.strings.StringExpression
public final class StringConcat implements StringExpression
-
-
Field Summary
Fields Modifier and Type Field Description private final List<Expression>subExpressionsprivate final List<Expression.Problem>problemsprivate final List<StringExpression>expressionsprivate final ReturnTypereturnTypeprivate final List<Address>requiredAddressesprivate final List<Address>requiredMutableAddressesprivate final List<String>requiredFieldsprivate BooleanisImmutable
-
Constructor Summary
Constructors Constructor Description StringConcat(List<StringExpression> expressions)
-
Method Summary
Modifier and Type Method Description List<Expression>getSubExpressions()List<Expression.Problem>getProblems()final List<StringExpression>getExpressions()StringtoString()StringgetValue(SchemaDevice schemaDevice)-
Methods inherited from class nl.basjes.modbus.schema.expression.strings.StringExpression
getReturnType -
Methods inherited from class nl.basjes.modbus.schema.expression.Expression
check, checkFatal, combine, getModbusValues, getRequiredAddresses, getRequiredFields, getRequiredMutableAddresses, initialize, isImmutable, setImmutable, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
StringConcat
StringConcat(List<StringExpression> expressions)
-
-
Method Detail
-
getSubExpressions
List<Expression> getSubExpressions()
-
getProblems
List<Expression.Problem> getProblems()
-
getExpressions
final List<StringExpression> getExpressions()
-
getValue
String getValue(SchemaDevice schemaDevice)
- Returns:
The String value or null if it was not implemented
-
-
-
-