sruehl commented on a change in pull request #14: WIP: Api Refactoring
URL: https://github.com/apache/incubator-plc4x/pull/14#discussion_r214037249
 
 

 ##########
 File path: 
plc4j/api/src/main/java/org/apache/plc4x/java/api/messages/PlcWriteRequest.java
 ##########
 @@ -24,6 +24,8 @@ Licensed to the Apache Software Foundation (ASF) under one
 
 public interface PlcWriteRequest extends PlcFieldRequest {
 
+    int getNumValues(String name);
 
 Review comment:
   in the java world one would name these `getNumberOfValues` even if this is a 
bit more verbose but these shortcuts are not seen that much. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to