public static enum SolutionStatsReport.Statistics extends Enum<SolutionStatsReport.Statistics>
Enum Constant and Description |
---|
ASSIGNED_COM |
BALANCING |
COMPL_SCHEDULE |
CREDITS |
CRITICAL |
DISTANCE |
F2F |
FULL_OFFERINGS |
IMPORTANT |
LC |
NBR_STUDENTS |
NOT_ASSIGNED_PRIORITY |
OVERLAP |
PREFERENCES |
REQUESTED_COURSES |
VITAL |
Modifier and Type | Method and Description |
---|---|
String[] |
getNames() |
String[] |
getNotes() |
String[] |
getValues(SolutionStatsReport.StudentGroup group,
StudentSectioningModel model,
Assignment<Request,Enrollment> assignment,
StudentSectioningReport.Filter filter) |
boolean |
isNewLine() |
static SolutionStatsReport.Statistics |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SolutionStatsReport.Statistics[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SolutionStatsReport.Statistics NBR_STUDENTS
public static final SolutionStatsReport.Statistics COMPL_SCHEDULE
public static final SolutionStatsReport.Statistics REQUESTED_COURSES
public static final SolutionStatsReport.Statistics NOT_ASSIGNED_PRIORITY
public static final SolutionStatsReport.Statistics ASSIGNED_COM
public static final SolutionStatsReport.Statistics LC
public static final SolutionStatsReport.Statistics CRITICAL
public static final SolutionStatsReport.Statistics VITAL
public static final SolutionStatsReport.Statistics IMPORTANT
public static final SolutionStatsReport.Statistics PREFERENCES
public static final SolutionStatsReport.Statistics BALANCING
public static final SolutionStatsReport.Statistics DISTANCE
public static final SolutionStatsReport.Statistics OVERLAP
public static final SolutionStatsReport.Statistics CREDITS
public static final SolutionStatsReport.Statistics F2F
public static final SolutionStatsReport.Statistics FULL_OFFERINGS
public static SolutionStatsReport.Statistics[] values()
for (SolutionStatsReport.Statistics c : SolutionStatsReport.Statistics.values()) System.out.println(c);
public static SolutionStatsReport.Statistics 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 String[] getValues(SolutionStatsReport.StudentGroup group, StudentSectioningModel model, Assignment<Request,Enrollment> assignment, StudentSectioningReport.Filter filter)
public boolean isNewLine()