|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.tv.service.ServiceInformationType
public class ServiceInformationType
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(String name)
Creates a service information type object. |
| Method Summary | |
|---|---|
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 |
|---|
public static final ServiceInformationType ATSC_PSIP
public static final ServiceInformationType DVB_SI
public static final ServiceInformationType SCTE_SI
public static final ServiceInformationType UNKNOWN
| Constructor Detail |
|---|
protected ServiceInformationType(String name)
name - The string name of this type (e.g., "ATSC_PSIP").| Method Detail |
|---|
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||