Choix.java

package fr.univ.lorraine.ufr.mim.m2.gi.mysurvey.models;

public enum Choix {
    DISPONIBLE, INDISPONIBLE, PEUTETRE
}