org.ocap.service
Class AbstractServiceType

java.lang.Object
  extended by javax.tv.service.ServiceType
      extended by org.ocap.service.AbstractServiceType

public class AbstractServiceType
extends javax.tv.service.ServiceType

This class represents the abstract service type value.


Field Summary
static javax.tv.service.ServiceType OCAP_ABSTRACT_SERVICE
          ServiceType for an abstract 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 AbstractServiceType(java.lang.String name)
          Provides an instance of AbstractServiceType.
 
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

OCAP_ABSTRACT_SERVICE

public static final javax.tv.service.ServiceType OCAP_ABSTRACT_SERVICE
ServiceType for an abstract service.

Constructor Detail

AbstractServiceType

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

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