IEC61970 16v29a - IEC61968 12v08
JointFillKind.h
1 // JointFillKind.h
3 // Implementation of the Class JointFillKind
4 // Original author: T. Kostic
6 
7 #ifndef JOINTFILLKIND_H
8 #define JOINTFILLKIND_H
9 
10 namespace IEC61968
11 {
12  namespace InfIEC61968
13  {
14  namespace InfAssets
15  {
19  enum class JointFillKind
20  {
21  _undef = -1, noFillPrefab,
22  airNoFilling,
23  petrolatum,
24  asphaltic,
25  oil,
26  bluefill254,
27  noVoid,
28  epoxy,
29  insoluseal,
30  other
31  };
32 
33  }
34 
35  }
36 
37 }
38 #endif // JOINTFILLKIND_H
Definition: BusbarSectionInfo.h:14