IEC61970 16v29a - IEC61968 12v08
CableOuterJacketKind.h
1 // CableOuterJacketKind.h
3 // Implementation of the Class CableOuterJacketKind
4 // Original author: T. Kostic
6 
7 #ifndef CABLEOUTERJACKETKIND_H
8 #define CABLEOUTERJACKETKIND_H
9 
10 namespace IEC61968
11 {
12  namespace AssetInfo
13  {
17  enum class CableOuterJacketKind
18  {
22  _undef = -1, none,
26  linearLowDensityPolyethylene,
30  pvc,
34  polyethylene,
38  insulating,
42  semiconducting,
46  other
47  };
48 
49  }
50 
51 }
52 #endif // CABLEOUTERJACKETKIND_H
Definition: BusbarSectionInfo.h:14