chrisdutz commented on code in PR #1088: URL: https://github.com/apache/plc4x/pull/1088#discussion_r1311272228
########## plc4j/api/src/main/java/org/apache/plc4x/java/api/value/PlcValue.java: ########## @@ -149,4 +149,10 @@ public interface PlcValue { Map<String, ? extends PlcValue> getStruct(); + Map<String, PlcValue> getMetaData(); + + boolean hasMetaData(String key); + + PlcValue getMetaData(String key); Review Comment: Guess I mainly added it, because we did it in the rest of the API. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org