Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-927 (Maintenance Release)

javax.tv.service
Class ServiceInformationType

java.lang.Object
  extended byjavax.tv.service.ServiceInformationType

public class ServiceInformationType
extends java.lang.Object

This class represents types 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.

Returns:
The string name of the SI type.

JSR-927 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 927 specification.