|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<CourseSearch.SearchKey>
blackboard.persist.course.CourseSearch.SearchKey
public static enum CourseSearch.SearchKey
Valid keys for search operations
| Method Summary | |
|---|---|
boolean |
infoKey()
Indicates whether the key is a "name" key. |
static CourseSearch.SearchKey |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CourseSearch.SearchKey[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final CourseSearch.SearchKey CourseId
public static final CourseSearch.SearchKey CourseName
public static final CourseSearch.SearchKey CourseDescription
public static final CourseSearch.SearchKey DataSourceKey
public static final CourseSearch.SearchKey Term
public static final CourseSearch.SearchKey Instructor
public static final CourseSearch.SearchKey DateCreated
public static final CourseSearch.SearchKey DurationDateRange
public static final CourseSearch.SearchKey Availability
public static final CourseSearch.SearchKey CategoryId
public static final CourseSearch.SearchKey RowStatus
public static final CourseSearch.SearchKey UserInstRole
public static final CourseSearch.SearchKey Integrated
public static final CourseSearch.SearchKey Entitlement
public static final CourseSearch.SearchKey Node
public static final CourseSearch.SearchKey MembershipEnabledCategoryId
public static final CourseSearch.SearchKey TermId
| Method Detail |
|---|
public static CourseSearch.SearchKey[] values()
for (CourseSearch.SearchKey c : CourseSearch.SearchKey.values()) System.out.println(c);
public static CourseSearch.SearchKey valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic boolean infoKey()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||