CIM++ Adapted CIM Codebase
CableShieldMaterialKind.h
1 // CableShieldMaterialKind.h
3 // Implementation of the Class CableShieldMaterialKind
4 // Original author: Tom
6 
7 #ifndef CABLESHIELDMATERIALKIND_H
8 #define CABLESHIELDMATERIALKIND_H
9 
10 namespace IEC61968
11 {
12  namespace AssetInfo
13  {
17  enum class CableShieldMaterialKind
18  {
22  lead,
26  copper,
30  steel,
34  aluminum,
38  other
39  };
40 
41  }
42 
43 }
44 #endif // CABLESHIELDMATERIALKIND_H
Definition: BusbarSectionInfo.h:14