|
3 | 3 | package com.connectedcooking.opcua.dynamicnodemanager.examples.prosys.opc30200.model.cke; |
4 | 4 |
|
5 | 5 | import com.prosysopc.ua.stack.builtintypes.ExpandedNodeId; |
| 6 | +import java.util.Set; |
6 | 7 |
|
7 | 8 | /** |
8 | | - * Generated on 2023-09-26 10:56:54 |
| 9 | + * Generated on 2024-06-17 14:43:51 |
9 | 10 | */ |
10 | 11 | public interface CommercialKitchenEquipmentObjectIds { |
11 | | - ExpandedNodeId CommercialKitchenDeviceType_InformationConditions = CommercialKitchenEquipmentUaIds.CommercialKitchenDeviceType_InformationConditions.asExpandedNodeId(); |
12 | | - |
13 | 12 | ExpandedNodeId CommercialKitchenDeviceType_BatchInformation = CommercialKitchenEquipmentUaIds.CommercialKitchenDeviceType_BatchInformation.asExpandedNodeId(); |
14 | 13 |
|
| 14 | + ExpandedNodeId CommercialKitchenDeviceType_InformationConditions = CommercialKitchenEquipmentUaIds.CommercialKitchenDeviceType_InformationConditions.asExpandedNodeId(); |
| 15 | + |
15 | 16 | ExpandedNodeId CommercialKitchenDeviceType_ErrorConditions = CommercialKitchenEquipmentUaIds.CommercialKitchenDeviceType_ErrorConditions.asExpandedNodeId(); |
16 | 17 |
|
17 | 18 | ExpandedNodeId CommercialKitchenDeviceType_HACCPValues = CommercialKitchenEquipmentUaIds.CommercialKitchenDeviceType_HACCPValues.asExpandedNodeId(); |
18 | 19 |
|
19 | | - ExpandedNodeId CoffeeMachineDeviceType_Parameters = CommercialKitchenEquipmentUaIds.CoffeeMachineDeviceType_Parameters.asExpandedNodeId(); |
20 | | - |
21 | 20 | ExpandedNodeId CoffeeMachineDeviceType_RecipeName = CommercialKitchenEquipmentUaIds.CoffeeMachineDeviceType_RecipeName.asExpandedNodeId(); |
22 | 21 |
|
| 22 | + ExpandedNodeId CoffeeMachineDeviceType_Parameters = CommercialKitchenEquipmentUaIds.CoffeeMachineDeviceType_Parameters.asExpandedNodeId(); |
| 23 | + |
23 | 24 | ExpandedNodeId CombiSteamerDeviceType_CombiSteamer = CommercialKitchenEquipmentUaIds.CombiSteamerDeviceType_CombiSteamer.asExpandedNodeId(); |
24 | 25 |
|
25 | 26 | ExpandedNodeId CookingKettleDeviceType_CookingKettle = CommercialKitchenEquipmentUaIds.CookingKettleDeviceType_CookingKettle.asExpandedNodeId(); |
@@ -47,4 +48,8 @@ public interface CommercialKitchenEquipmentObjectIds { |
47 | 48 | ExpandedNodeId PressureCookingKettleDeviceType_PressureCookingKettle = CommercialKitchenEquipmentUaIds.PressureCookingKettleDeviceType_PressureCookingKettle.asExpandedNodeId(); |
48 | 49 |
|
49 | 50 | ExpandedNodeId ServeryCounterDeviceType_Tray__No__ = CommercialKitchenEquipmentUaIds.ServeryCounterDeviceType_Tray__No__.asExpandedNodeId(); |
| 51 | + |
| 52 | + static Set<ExpandedNodeId> allObjectIdentifiers() { |
| 53 | + return InternalCommercialKitchenEquipmentObjectIdsHelper.ALL_OBJECT_IDENTIFIERS; |
| 54 | + } |
50 | 55 | } |
0 commit comments