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