Java TV(tm) API 1.0

javax.tv.service
Class ServiceInformationType

java.lang.Object
  |
  +--javax.tv.service.ServiceInformationType

public class ServiceInformationType
extends java.lang.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.
 
Constructor Summary
protected ServiceInformationType(java.lang.String name)
          Creates a service information type object.
 
Method Summary
 java.lang.String toString()
          Provides the string name of the SI type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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.
Constructor Detail

ServiceInformationType

protected ServiceInformationType(java.lang.String name)
Creates a service information type object.
Parameters:
name - The string name of this type (e.g., "ATSC_PSIP").
Method Detail

toString

public java.lang.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 java.lang.Object
Returns:
The string name of the SI type.

Java TV(tm) API 1.0

Copyright © 1998 - 2000 Sun Microsystems, Inc.