|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.panama.model.DeliverableContentStatus
Enumeration of DeliverableContentStatus used by OracleAS Wireless
| Field Summary | |
static DeliverableContentStatus |
CERTIFIED |
static DeliverableContentStatus |
DRMINSURED |
static DeliverableContentStatus |
UPLOADED |
static DeliverableContentStatus |
VERIFIED |
| Method Summary | |
static java.util.Enumeration |
elements()Gets an enumeration of DeliverableContentStatus |
static DeliverableContentStatus |
getDeliverableContentStatus(int intValue)Returns DeliverableContentStatus object corresponding to an integer value |
static DeliverableContentStatus |
getDeliverableContentStatus(java.lang.String status)Returns DeliverableContentStatus object corresponding to the status string |
int |
getIntValue()Returns the integer value corresponding to this DeliverableContentStatus |
java.lang.String |
getStatus()Returns the String presentation corresponding to this DeliverableContentStatus |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static DeliverableContentStatus CERTIFIED
public static DeliverableContentStatus DRMINSURED
public static DeliverableContentStatus UPLOADED
public static DeliverableContentStatus VERIFIED
| Method Detail |
public static java.util.Enumeration elements()
public static DeliverableContentStatus getDeliverableContentStatus(int intValue)
intValue - the integer value associated with a DeliverableContentStatus objectpublic static DeliverableContentStatus getDeliverableContentStatus(java.lang.String status)
status - the String presentation associated with a DeliverableContentStatus objectpublic int getIntValue()
public java.lang.String getStatus()
|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||