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.
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 |
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.
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").
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.
Copyright © 1998 - 2000 Sun Microsystems, Inc.