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