|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.base.BbEnum
blackboard.data.calendar.CalendarEntry.Type
public static final class CalendarEntry.Type
Enumeration of the different types of calendar events supported by the Blackboard Calendar tool.
| Field Summary | |
|---|---|
static CalendarEntry.Type |
COURSE
The entry is associated with a course, and is viewable from the course's (or organization's) calendar tool. |
static CalendarEntry.Type |
DEFAULT
The default entry is PERSONAL. |
static CalendarEntry.Type |
INSTITUTION
The entry is system-wide and viewable from the system-level calendar tool. |
static CalendarEntry.Type |
PERSONAL
The entry is associated with a user and viewable from the system-level calendar tool, which also aggregates system entries and course entries for the current user. |
| Method Summary | |
|---|---|
static CalendarEntry.Type |
fromExternalString(java.lang.String externalString)
Returns the CalendarEntry.Type element specified by the
externalString |
static CalendarEntry.Type[] |
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 CalendarEntry.Type COURSE
public static final CalendarEntry.Type INSTITUTION
public static final CalendarEntry.Type PERSONAL
public static final CalendarEntry.Type DEFAULT
| Method Detail |
|---|
public static CalendarEntry.Type[] getValues()
public static CalendarEntry.Type fromExternalString(java.lang.String externalString)
throws java.lang.IllegalArgumentException
CalendarEntry.Type element specified by the
externalString
externalString - String used to return the correct
CalendarEntry.Type
CalendarEntry.Type equivalent to the String
parameter passed
java.lang.IllegalArgumentException - if the given string is not an external representation of one of
the elements of this enumeration class
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||