public static enum AbstractStudentSectioningReport.RequestMatcher.Credit extends Enum<AbstractStudentSectioningReport.RequestMatcher.Credit>
Modifier and Type | Method and Description |
---|---|
static AbstractStudentSectioningReport.RequestMatcher.Credit |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractStudentSectioningReport.RequestMatcher.Credit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractStudentSectioningReport.RequestMatcher.Credit eq
public static final AbstractStudentSectioningReport.RequestMatcher.Credit lt
public static final AbstractStudentSectioningReport.RequestMatcher.Credit gt
public static final AbstractStudentSectioningReport.RequestMatcher.Credit le
public static final AbstractStudentSectioningReport.RequestMatcher.Credit ge
public static AbstractStudentSectioningReport.RequestMatcher.Credit[] values()
for (AbstractStudentSectioningReport.RequestMatcher.Credit c : AbstractStudentSectioningReport.RequestMatcher.Credit.values()) System.out.println(c);
public static AbstractStudentSectioningReport.RequestMatcher.Credit 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 null