|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.base.BbEnum
blackboard.cms.lrngobj.LOItem.Status
public static final class LOItem.Status
| Field Summary | |
|---|---|
static LOItem.Status |
APPROVED
|
static LOItem.Status |
DEFAULT
|
static LOItem.Status |
PENDING
|
static LOItem.Status |
REJECTED
|
| Method Summary | |
|---|---|
static LOItem.Status |
fromExternalString(java.lang.String externalString)
Returns the LOItem.Status element specified by the externalString. |
static LOItem.Status[] |
getValues()
Returns an array of all of the elements in the 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 LOItem.Status PENDING
public static final LOItem.Status APPROVED
public static final LOItem.Status REJECTED
public static final LOItem.Status DEFAULT
| Method Detail |
|---|
public static LOItem.Status[] getValues()
public static LOItem.Status fromExternalString(java.lang.String externalString)
throws java.lang.IllegalArgumentException
externalString.
externalString -
java.lang.IllegalArgumentException - if the given string is not an external
representation of one of the elements the enumeration class.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||