Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.model
Class DeliverableContentStatus

java.lang.Object
  extended byoracle.panama.model.DeliverableContentStatus


public class DeliverableContentStatus
extends java.lang.Object

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

CERTIFIED

public static DeliverableContentStatus CERTIFIED

DRMINSURED

public static DeliverableContentStatus DRMINSURED

UPLOADED

public static DeliverableContentStatus UPLOADED

VERIFIED

public static DeliverableContentStatus VERIFIED

Method Detail

elements

public static java.util.Enumeration elements()
Gets an enumeration of DeliverableContentStatus
Returns:
Enumeration of DeliverableContentStatus

getDeliverableContentStatus

public static DeliverableContentStatus getDeliverableContentStatus(int intValue)
Returns DeliverableContentStatus object corresponding to an integer value
Parameters:
intValue - the integer value associated with a DeliverableContentStatus object
Returns:
the DeliverableContentStatus object

getDeliverableContentStatus

public static DeliverableContentStatus getDeliverableContentStatus(java.lang.String status)
Returns DeliverableContentStatus object corresponding to the status string
Parameters:
status - the String presentation associated with a DeliverableContentStatus object
Returns:
the DeliverableContentStatus object

getIntValue

public int getIntValue()
Returns the integer value corresponding to this DeliverableContentStatus
Returns:
the integer value of this DeliverableContentStatus

getStatus

public java.lang.String getStatus()
Returns the String presentation corresponding to this DeliverableContentStatus
Returns:
the String presentation of this DeliverableContentStatus

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.