javax.tv.service.navigation
Class DeliverySystemType

java.lang.Object
  extended by javax.tv.service.navigation.DeliverySystemType

public class DeliverySystemType
extends Object

This class represents values of various types of delivery systems, for example, satellite, cable, etc.


Field Summary
static DeliverySystemType CABLE
          Cable delivery system type.
static DeliverySystemType SATELLITE
          Satellite delivery system type.
static DeliverySystemType TERRESTRIAL
          Terrestrial delivery system type.
static DeliverySystemType UNKNOWN
          Unknown delivery system type.
 
Method Summary
 String toString()
          Provides the string name of delivery system type.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SATELLITE

public static final DeliverySystemType SATELLITE
Satellite delivery system type.


CABLE

public static final DeliverySystemType CABLE
Cable delivery system type.


TERRESTRIAL

public static final DeliverySystemType TERRESTRIAL
Terrestrial delivery system type.


UNKNOWN

public static final DeliverySystemType UNKNOWN
Unknown delivery system type.

Method Detail

toString

public String toString()
Provides the string name of delivery system 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.