feat: switched from String to ProjectDecisionValues
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
package enseirb.myinpulse.model;
|
||||
|
||||
public enum ProjectDecisionValue {
|
||||
PENDING,
|
||||
ACTIVE,
|
||||
ENDED,
|
||||
ABORTED
|
||||
}
|
Reference in New Issue
Block a user