public static class AbstractStudentSectioningReport.CourseMatcher extends Object implements Query.TermMatcher
Constructor and Description |
---|
CourseMatcher(Course course) |
Modifier and Type | Method and Description |
---|---|
Course |
course() |
boolean |
match(String attr,
String term)
Does the object has the given attribute matching the given term?
|
public CourseMatcher(Course course)
public boolean match(String attr, String term)
Query.TermMatcher
match
in interface Query.TermMatcher