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.navigation
Class DeliverySystemType

java.lang.Object
  extended byjavax.tv.service.navigation.DeliverySystemType

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

Constructor Detail

DeliverySystemType

protected DeliverySystemType(java.lang.String name)
Creates a delivery system type object.

Parameters:
name - The string name of this type (e.g., "SATELLITE").
Method Detail

toString

public java.lang.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.

Returns:
The string name of the delivery system 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.