Subversion Repositories bacoAlunos

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

package pt.estgp.estgweb.services.questionarios.pedagogico.reportprocessors.reportsdomain;

/**
 * Created by jorgemachado on 16/12/16.
 */

public enum EntityEvaluated
{
    CURSO,
    DOCENTE,
    CURSOS,
    ESCOLA
}