public static enum CourseInfoLookupableImpl.QueryParamEnum extends Enum<CourseInfoLookupableImpl.QueryParamEnum>
Modifier and Type | Method and Description |
---|---|
String |
getFieldValue() |
String |
getQueryKey() |
static CourseInfoLookupableImpl.QueryParamEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CourseInfoLookupableImpl.QueryParamEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CourseInfoLookupableImpl.QueryParamEnum ID
public static final CourseInfoLookupableImpl.QueryParamEnum SUBJECT
public static final CourseInfoLookupableImpl.QueryParamEnum CODE
public static final CourseInfoLookupableImpl.QueryParamEnum TITLE
public static CourseInfoLookupableImpl.QueryParamEnum[] values()
for (CourseInfoLookupableImpl.QueryParamEnum c : CourseInfoLookupableImpl.QueryParamEnum.values()) System.out.println(c);
public static CourseInfoLookupableImpl.QueryParamEnum 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 getFieldValue()
public String getQueryKey()
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.