Skip to content

Commit

Permalink
feat(408): Add ConductingEquipment private
Browse files Browse the repository at this point in the history
Signed-off-by: gleizesDor <[email protected]>
  • Loading branch information
gleizesDor committed Jul 1, 2024
1 parent 5e68693 commit 5f16d78
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ public enum PrivateEnum {
COMPAS_SCL_FILE_TYPE("COMPAS-SclFileType", TCompasSclFileType.class),
COMPAS_SYSTEM_VERSION("COMPAS-SystemVersion", TCompasSystemVersion.class),
COMPAS_TOPO("COMPAS-Topo", TCompasTopo.class),
COMPAS_IED_TYPE("COMPAS-IEDType", TCompasIEDType.class);
COMPAS_IED_TYPE("COMPAS-IEDType", TCompasIEDType.class),
CONDUCTING_EQUIPMENT("ConductingEquipment", TConductingEquipment.class);

private static final Map<Class<?>, PrivateEnum> classToEnum = Arrays.stream(PrivateEnum.values()).collect(Collectors.toMap(
compasPrivateEnum -> compasPrivateEnum.compasClass,
Expand Down

0 comments on commit 5f16d78

Please sign in to comment.