add missing enums
This commit is contained in:
5
src/main/java/mops/gruppen2/domain/GroupType.java
Normal file
5
src/main/java/mops/gruppen2/domain/GroupType.java
Normal file
@ -0,0 +1,5 @@
|
||||
package mops.gruppen2.domain;
|
||||
|
||||
public enum GroupType {
|
||||
SIMPLE, LECTURE
|
||||
}
|
||||
5
src/main/java/mops/gruppen2/domain/Visibility.java
Normal file
5
src/main/java/mops/gruppen2/domain/Visibility.java
Normal file
@ -0,0 +1,5 @@
|
||||
package mops.gruppen2.domain;
|
||||
|
||||
public enum Visibility {
|
||||
PUBLIC, PRIVATE
|
||||
}
|
||||
Reference in New Issue
Block a user