|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use User.EducationLevel | |
|---|---|
| blackboard.data.user | Provides the classes used to interact with user definitions in Blackboard. |
| Uses of User.EducationLevel in blackboard.data.user |
|---|
| Fields in blackboard.data.user declared as User.EducationLevel | |
|---|---|
static User.EducationLevel |
User.EducationLevel.DEFAULT
Default is FRESHMAN |
static User.EducationLevel |
User.EducationLevel.FRESHMAN
College or university freshman. |
static User.EducationLevel |
User.EducationLevel.GRADUATE_SCHOOL
Graduate school student. |
static User.EducationLevel |
User.EducationLevel.HIGH_SCHOOL
Grades 9 through 12. |
static User.EducationLevel |
User.EducationLevel.JUNIOR
College or university junior. |
static User.EducationLevel |
User.EducationLevel.K_8
Kindergarten through 8th grade |
static User.EducationLevel |
User.EducationLevel.POST_GRADUATE_SCHOOL
Post-graduate school student. |
static User.EducationLevel |
User.EducationLevel.SENIOR
College or university senior. |
static User.EducationLevel |
User.EducationLevel.SOPHOMORE
College or university sophomore. |
static User.EducationLevel |
User.EducationLevel.UNKNOWN
Education Level is not known, or not specified. |
| Methods in blackboard.data.user that return User.EducationLevel | |
|---|---|
static User.EducationLevel |
User.EducationLevel.fromExternalString(java.lang.String externalString)
Returns the User.EducationLevel element specified by the externalString. |
User.EducationLevel |
User.getEducationLevel()
Returns the education level of this User object
Requires AttributePermission with name "user.personalinfo", actions "get". |
static User.EducationLevel[] |
User.EducationLevel.getValues()
Returns an array of all of the elements in this enumeration. |
| Methods in blackboard.data.user with parameters of type User.EducationLevel | |
|---|---|
void |
User.setEducationLevel(User.EducationLevel eEducationLevel)
Sets the education level value for this User object
Requires AttributePermission with name "user.personalinfo", actions "set". |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||