org.dvb.application.storage
Class StoredApplicationServiceType

java.lang.Object
  extended byjavax.tv.service.ServiceType
      extended byorg.dvb.application.storage.StoredApplicationServiceType

public class StoredApplicationServiceType
extends ServiceType

The service type used for stored application services.

Since:
MHP 1.1.2
See Also:
ServiceTypeFilter

Field Summary
static ServiceType STORED_APPLICATION_SERVICE
          The service type for a stored application.
 
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 StoredApplicationServiceType(java.lang.String name)
          Creates a new StoredServiceType object.
 
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

STORED_APPLICATION_SERVICE

public static final ServiceType STORED_APPLICATION_SERVICE
The service type for a stored application.

Since:
MHP 1.1.2
Constructor Detail

StoredApplicationServiceType

protected StoredApplicationServiceType(java.lang.String name)
Creates a new StoredServiceType object.

Parameters:
name - The string name of this type (e.g. "STORED_APPLICATION_SERVICE").
Since:
MHP 1.1.2