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