CIM++ Adapted CIM Codebase
DemographicKind.h
1 // DemographicKind.h
3 // Implementation of the Class DemographicKind
4 // Original author: T. Kostic
6 
7 #ifndef DEMOGRAPHICKIND_H
8 #define DEMOGRAPHICKIND_H
9 
10 namespace IEC61968
11 {
12  namespace InfIEC61968
13  {
14  namespace InfLocations
15  {
19  enum class DemographicKind
20  {
21  urban,
22  rural,
23  other
24  };
25 
26  }
27 
28  }
29 
30 }
31 #endif // DEMOGRAPHICKIND_H
Definition: BusbarSectionInfo.h:14