Skip to content

Commit 925d262

Browse files
TruongQuangSBmariusheineeclipse-set-bot
authored
Update table Sszw (#1768)
* UPdate sszw * Fill Delay Cell generic * update * Update excel template * resolve conflict * Format xtend * Update java/bundles/org.eclipse.set.feature.table.pt1/src/org/eclipse/set/feature/table/pt1/sszw/SszwTransformator.xtend Co-authored-by: Marius Heine <[email protected]> * Update table reference --------- Co-authored-by: Marius Heine <[email protected]> Co-authored-by: eclipse-set-bot <[email protected]>
1 parent 8e01fd5 commit 925d262

File tree

7 files changed

+270
-123
lines changed

7 files changed

+270
-123
lines changed

java/bundles/org.eclipse.set.feature.table.pt1/src/org/eclipse/set/feature/table/pt1/sszw/SszwColumns.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,10 @@ public class SszwColumns {
8686
/**
8787
* Sszw.Bemerkung
8888
*/
89-
public static final String Bemerkung = "N";
89+
public static final String RBA_Anschaltung = "N";
90+
91+
/**
92+
* Sszw.RBC-Anschaltung
93+
*/
94+
public static final String Bemerkung = "O";
9095
}

java/bundles/org.eclipse.set.feature.table.pt1/src/org/eclipse/set/feature/table/pt1/sszw/SszwTransformationService.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ public SszwTransformationService() {
5252

5353
@Override
5454
public AbstractPlanPro2TableModelTransformator createTransformator() {
55-
return new SszwTransformator(cols, enumTranslationService, eventAdmin);
55+
return new SszwTransformator(cols, enumTranslationService, eventAdmin,
56+
getShortcut());
5657
}
5758

5859
@Override

0 commit comments

Comments
 (0)