CIM++ Adapted CIM Codebase
RevenueKind.h
1 // RevenueKind.h
3 // Implementation of the Class RevenueKind
4 // Original author: T. Kostic
6 
7 #ifndef REVENUEKIND_H
8 #define REVENUEKIND_H
9 
10 namespace IEC61968
11 {
12  namespace Customers
13  {
18  enum class RevenueKind
19  {
23  residential,
27  nonResidential,
31  commercial,
35  industrial,
39  irrigation,
43  streetLight,
47  other
48  };
49 
50  }
51 
52 }
53 #endif // REVENUEKIND_H
Definition: BusbarSectionInfo.h:14