|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.base.BbEnum
blackboard.admin.data.IAdminObject.RecStatus
public static final class IAdminObject.RecStatus
Inner class devoted to explicit typing for available i_rec_status settings for Admin objects.
| Field Summary | |
|---|---|
static IAdminObject.RecStatus |
ADD
Denotes IMS XML Spec for Insertion of admin object. |
static IAdminObject.RecStatus |
DEFAULT
Denotes IMS XML Spec for default record status for admin object. |
static IAdminObject.RecStatus |
DELETE
Denotes IMS XML Spec for Deletion of admin object. |
static IAdminObject.RecStatus |
SMART_UPDATE
Denotes IMS XML Spec for Smart Update of admin object. |
static IAdminObject.RecStatus |
UPDATE
Denotes IMS XML Spec for Update of admin object. |
| Method Summary | |
|---|---|
static IAdminObject.RecStatus |
fromExternalString(java.lang.String externalString)
Returns the IAdminObject.RecStatus element specified by the externalString. |
static IAdminObject.RecStatus[] |
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, getFieldName, 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 IAdminObject.RecStatus ADD
public static final IAdminObject.RecStatus UPDATE
public static final IAdminObject.RecStatus DELETE
public static final IAdminObject.RecStatus SMART_UPDATE
public static final IAdminObject.RecStatus DEFAULT
| Method Detail |
|---|
public static IAdminObject.RecStatus[] getValues()
public static IAdminObject.RecStatus fromExternalString(java.lang.String externalString)
throws java.lang.IllegalArgumentException
IAdminObject.RecStatus element specified by the externalString.
externalString - Mnemonic to be used to identify enumerated typed class.
IAdminObject.RowStatus matching provided mnemonic.
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 | |||||||||