Uses of Class
javax.tv.service.ServiceType

Packages that use ServiceType
javax.tv.service   
javax.tv.service.navigation   
org.dvb.spi.selection This package defines an SPI for selection of services and service components. 
org.ocap.service The org.ocap.service package represents various aspects of a service. 
org.ocap.shared.dvr The shared DVR API for scheduling and managing recording requests. 
 

Uses of ServiceType in javax.tv.service
 

Fields in javax.tv.service declared as ServiceType
static ServiceType ServiceType.ANALOG_RADIO
          Analog radio service type.
static ServiceType ServiceType.ANALOG_TV
          Analog TV service type.
static ServiceType ServiceType.DATA_APPLICATION
          Data application service type identifying an interactive application.
static ServiceType ServiceType.DATA_BROADCAST
          Data broadcast service type identifying a data service.
static ServiceType ServiceType.DIGITAL_RADIO
          Digital radio service type.
static ServiceType ServiceType.DIGITAL_TV
          Digital TV service type.
static ServiceType ServiceType.NVOD_REFERENCE
          NVOD reference service type.
static ServiceType ServiceType.NVOD_TIME_SHIFTED
          NVOD time-shifted service type.
static ServiceType ServiceType.UNKNOWN
          Unknown service type.
 

Methods in javax.tv.service that return ServiceType
 ServiceType Service.getServiceType()
          Returns the type of this service, (for example, "digital television", "digital radio", "NVOD", etc.) These values can be mapped to the ATSC service type in the VCT table and the DVB service type in the service descriptor.
 

Uses of ServiceType in javax.tv.service.navigation
 

Methods in javax.tv.service.navigation that return ServiceType
 ServiceType ServiceTypeFilter.getFilterValue()
          Reports the ServiceType used to create this filter.
 ServiceType ServiceDetails.getServiceType()
          Returns the type of this service, for example, "digital television", "digital radio", "NVOD", etc.
 

Constructors in javax.tv.service.navigation with parameters of type ServiceType
ServiceTypeFilter(ServiceType type)
          Constructs the filter based on a particular ServiceType.
 

Uses of ServiceType in org.dvb.spi.selection
 

Methods in org.dvb.spi.selection that return ServiceType
 ServiceType ServiceDescription.getServiceType()
          Return the type of this service.
 

Uses of ServiceType in org.ocap.service
 

Subclasses of ServiceType in org.ocap.service
 class AbstractServiceType
          This class represents the abstract service type value.
 

Fields in org.ocap.service declared as ServiceType
static ServiceType AbstractServiceType.OCAP_ABSTRACT_SERVICE
          ServiceType for an abstract service.
 

Uses of ServiceType in org.ocap.shared.dvr
 

Subclasses of ServiceType in org.ocap.shared.dvr
 class RecordedServiceType
          This class represents the service type value for a RecordedService.
 

Fields in org.ocap.shared.dvr declared as ServiceType
static ServiceType RecordedServiceType.RECORDED_SERVICE_TYPE
          ServiceType for a Recorded service.