javax.tv.service
Class ServiceInformationType

java.lang.Object
  extended by javax.tv.service.ServiceInformationType

public class ServiceInformationType
extends Object

This class represents values of service information (SI) formats.


Field Summary
static ServiceInformationType ATSC_PSIP
          ATSC PSIP format.
static ServiceInformationType DVB_SI
          DVB SI format.
static ServiceInformationType SCTE_SI
          SCTE SI format.
static ServiceInformationType UNKNOWN
          Unknown format.
 
Method Summary
 String toString()
          Provides the string name of the SI type.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ATSC_PSIP

public static final ServiceInformationType ATSC_PSIP
ATSC PSIP format.


DVB_SI

public static final ServiceInformationType DVB_SI
DVB SI format.


SCTE_SI

public static final ServiceInformationType SCTE_SI
SCTE SI format.


UNKNOWN

public static final ServiceInformationType UNKNOWN
Unknown format.

Method Detail

toString

public String toString()
Provides the string name of the SI type. For the type objects defined in this class, the string name will be identical to the class variable name.

Overrides:
toString in class Object
Returns:
a string representation of the object.