|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.base.BbEnum
blackboard.data.user.User.EducationLevel
public static final class User.EducationLevel
Enumeration to capture standard education level.
| Field Summary | |
|---|---|
static User.EducationLevel |
DEFAULT
Default is FRESHMAN |
static User.EducationLevel |
FRESHMAN
College or university freshman. |
static User.EducationLevel |
GRADUATE_SCHOOL
Graduate school student. |
static User.EducationLevel |
HIGH_SCHOOL
Grades 9 through 12. |
static User.EducationLevel |
JUNIOR
College or university junior. |
static User.EducationLevel |
K_8
Kindergarten through 8th grade |
static User.EducationLevel |
POST_GRADUATE_SCHOOL
Post-graduate school student. |
static User.EducationLevel |
SENIOR
College or university senior. |
static User.EducationLevel |
SOPHOMORE
College or university sophomore. |
static User.EducationLevel |
UNKNOWN
Education Level is not known, or not specified. |
| Method Summary | |
|---|---|
static User.EducationLevel |
fromExternalString(java.lang.String externalString)
Returns the User.EducationLevel element specified by the externalString. |
static User.EducationLevel[] |
getValues()
Returns an array of all of the elements in this enumeration. |
| Methods inherited from class blackboard.base.BbEnum |
|---|
compareTo, defineAlias, defineDefault, fromExternalString, fromFieldName, fromFieldName, getDefaultElement, getValues, isDefault, readResolve, toExternalString, toFieldName, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final User.EducationLevel K_8
public static final User.EducationLevel HIGH_SCHOOL
public static final User.EducationLevel FRESHMAN
public static final User.EducationLevel SOPHOMORE
public static final User.EducationLevel JUNIOR
public static final User.EducationLevel SENIOR
public static final User.EducationLevel GRADUATE_SCHOOL
public static final User.EducationLevel POST_GRADUATE_SCHOOL
public static final User.EducationLevel UNKNOWN
public static final User.EducationLevel DEFAULT
| Method Detail |
|---|
public static User.EducationLevel[] getValues()
public static User.EducationLevel fromExternalString(java.lang.String externalString)
throws java.lang.IllegalArgumentException
externalString.
java.lang.IllegalArgumentException - if the given string is not an external
representation of one of the elements this enumeration class.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||