org.ocap.shared.dvr
Class RecordedServiceType

java.lang.Object
  extended by javax.tv.service.ServiceType
      extended by org.ocap.shared.dvr.RecordedServiceType

public class RecordedServiceType
extends javax.tv.service.ServiceType

This class represents the service type value for a RecordedService.


Field Summary
static javax.tv.service.ServiceType RECORDED_SERVICE_TYPE
          ServiceType for a Recorded service.
 
Fields inherited from class javax.tv.service.ServiceType
ANALOG_RADIO, ANALOG_TV, DATA_APPLICATION, DATA_BROADCAST, DIGITAL_RADIO, DIGITAL_TV, NVOD_REFERENCE, NVOD_TIME_SHIFTED, UNKNOWN
 
Constructor Summary
protected RecordedServiceType(java.lang.String name)
          Provides an instance of RecordedServiceType.
 
Method Summary
 
Methods inherited from class javax.tv.service.ServiceType
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RECORDED_SERVICE_TYPE

public static final javax.tv.service.ServiceType RECORDED_SERVICE_TYPE
ServiceType for a Recorded service.

Constructor Detail

RecordedServiceType

protected RecordedServiceType(java.lang.String name)
Provides an instance of RecordedServiceType.

Parameters:
name - The string name of this type (i.e. "RECORDED_SERVICE").