feat: add Label enum with NORMAL and ARRHYTHMIA values
This commit is contained in:
6
src/main/java/de/th_luebeck/ws25/Label.java
Normal file
6
src/main/java/de/th_luebeck/ws25/Label.java
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
package de.th_luebeck.ws25;
|
||||||
|
|
||||||
|
public enum Label {
|
||||||
|
NORMAL,
|
||||||
|
ARRHYTHMIA;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user