Uses of Class
co.ecg.alpaca.toolkit.generated.tables.GroupAccessDeviceAccessDeviceTableRow
-
Packages that use GroupAccessDeviceAccessDeviceTableRow Package Description co.ecg.alpaca.toolkit.generated co.ecg.alpaca.toolkit.generated.tables -
-
Uses of GroupAccessDeviceAccessDeviceTableRow in co.ecg.alpaca.toolkit.generated
Fields in co.ecg.alpaca.toolkit.generated with type parameters of type GroupAccessDeviceAccessDeviceTableRow Modifier and Type Field Description protected List<GroupAccessDeviceAccessDeviceTableRow>GroupAccessDevice.GroupAccessDeviceGetListResponse. accessDeviceTableMethods in co.ecg.alpaca.toolkit.generated that return types with arguments of type GroupAccessDeviceAccessDeviceTableRow Modifier and Type Method Description List<GroupAccessDeviceAccessDeviceTableRow>GroupAccessDevice.GroupAccessDeviceGetListResponse. getAccessDeviceTable()Method parameters in co.ecg.alpaca.toolkit.generated with type arguments of type GroupAccessDeviceAccessDeviceTableRow Modifier and Type Method Description voidGroupAccessDevice.GroupAccessDeviceGetListResponse. setAccessDeviceTable(List<GroupAccessDeviceAccessDeviceTableRow> accessDeviceTable) -
Uses of GroupAccessDeviceAccessDeviceTableRow in co.ecg.alpaca.toolkit.generated.tables
Methods in co.ecg.alpaca.toolkit.generated.tables that return GroupAccessDeviceAccessDeviceTableRow Modifier and Type Method Description static GroupAccessDeviceAccessDeviceTableRowGroupAccessDeviceAccessDeviceTableRow. getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Row with the given NodeMethods in co.ecg.alpaca.toolkit.generated.tables that return types with arguments of type GroupAccessDeviceAccessDeviceTableRow Modifier and Type Method Description static List<GroupAccessDeviceAccessDeviceTableRow>GroupAccessDeviceAccessDeviceTableRow. getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Type Array with the given NodeArray
-