public static enum SolutionStatsReport.StudentGroup extends Enum<SolutionStatsReport.StudentGroup> implements SolutionStatsReport.StudentFilter
Enum Constant and Description |
---|
ALL |
ATHLETES |
DUMMY |
FRESHMEN |
GR_SCONTONL |
GR_SCOVIDONL |
GR_SCOVIDPMPE |
GR_STAR |
GR_VSTAR |
JUNIOR |
NORMAL |
ONLINE |
OTHER |
OTHER_ATHLETES |
PREREG |
PRIORITY |
PRIORITY_ATHLETES |
REBATCH |
SENIOR |
SOPHOMORE |
STAR |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
boolean |
matches(Student student) |
boolean |
matches(Student student,
StudentSectioningReport.Filter filter) |
static SolutionStatsReport.StudentGroup |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SolutionStatsReport.StudentGroup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SolutionStatsReport.StudentGroup ALL
public static final SolutionStatsReport.StudentGroup DUMMY
public static final SolutionStatsReport.StudentGroup PRIORITY
public static final SolutionStatsReport.StudentGroup SENIOR
public static final SolutionStatsReport.StudentGroup JUNIOR
public static final SolutionStatsReport.StudentGroup SOPHOMORE
public static final SolutionStatsReport.StudentGroup FRESHMEN
public static final SolutionStatsReport.StudentGroup NORMAL
public static final SolutionStatsReport.StudentGroup REBATCH
public static final SolutionStatsReport.StudentGroup ONLINE
public static final SolutionStatsReport.StudentGroup GR_SCONTONL
public static final SolutionStatsReport.StudentGroup GR_SCOVIDONL
public static final SolutionStatsReport.StudentGroup GR_SCOVIDPMPE
public static final SolutionStatsReport.StudentGroup PREREG
public static final SolutionStatsReport.StudentGroup STAR
public static final SolutionStatsReport.StudentGroup GR_STAR
public static final SolutionStatsReport.StudentGroup GR_VSTAR
public static final SolutionStatsReport.StudentGroup OTHER
public static final SolutionStatsReport.StudentGroup ATHLETES
public static final SolutionStatsReport.StudentGroup PRIORITY_ATHLETES
public static final SolutionStatsReport.StudentGroup OTHER_ATHLETES
public static SolutionStatsReport.StudentGroup[] values()
for (SolutionStatsReport.StudentGroup c : SolutionStatsReport.StudentGroup.values()) System.out.println(c);
public static SolutionStatsReport.StudentGroup valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic boolean matches(Student student)
matches
in interface SolutionStatsReport.StudentFilter
public boolean matches(Student student, StudentSectioningReport.Filter filter)