Uses of Class
org.apache.plc4x.java.opcua.readwrite.PubSubGroupDataType
-
Packages that use PubSubGroupDataType Package Description org.apache.plc4x.java.opcua.readwrite -
-
Uses of PubSubGroupDataType in org.apache.plc4x.java.opcua.readwrite
Fields in org.apache.plc4x.java.opcua.readwrite with type parameters of type PubSubGroupDataType Modifier and Type Field Description protected List<PubSubGroupDataType>PubSubConnectionDataType. readerGroupsprotected List<PubSubGroupDataType>PubSubConnectionDataType. writerGroupsMethods in org.apache.plc4x.java.opcua.readwrite that return PubSubGroupDataType Modifier and Type Method Description PubSubGroupDataTypePubSubGroupDataType.PubSubGroupDataTypeBuilderImpl. build()Methods in org.apache.plc4x.java.opcua.readwrite that return types with arguments of type PubSubGroupDataType Modifier and Type Method Description List<PubSubGroupDataType>PubSubConnectionDataType. getReaderGroups()List<PubSubGroupDataType>PubSubConnectionDataType. getWriterGroups()
-