- Rework the inscription requests system so that it considers the equivalence systems and the impact of the teacher in the inscription procedure.
9 lines
120 B
Java
9 lines
120 B
Java
package ovh.herisson.Clyde.Tables;
|
|
|
|
public enum RequestState {
|
|
Accepted,
|
|
Refused,
|
|
Pending,
|
|
Unrequired
|
|
}
|