CIM++ Adapted CIM Codebase
PolePreservativeKind.h
1 // PolePreservativeKind.h
3 // Implementation of the Class PolePreservativeKind
4 // Original author: T. Kostic
6 
7 #ifndef POLEPRESERVATIVEKIND_H
8 #define POLEPRESERVATIVEKIND_H
9 
10 namespace IEC61968
11 {
12  namespace InfIEC61968
13  {
14  namespace InfAssets
15  {
19  enum class PolePreservativeKind
20  {
21  creosote,
22  cellon,
23  naphthena,
24  penta,
25  chemonite,
26  unknown,
27  other
28  };
29 
30  }
31 
32  }
33 
34 }
35 #endif // POLEPRESERVATIVEKIND_H
Definition: BusbarSectionInfo.h:14