javax.tv.service.navigation
Class DeliverySystemType
java.lang.Object
|
+--javax.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.
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 |
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.
DeliverySystemType
protected DeliverySystemType(java.lang.String name)
- Creates a delivery system type object.
- Parameters:
name
- The string name of this type (e.g., "SATELLITE").
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.
- Overrides:
toString
in class java.lang.Object
- Returns:
- The string name of the delivery system type.
Copyright © 1998 - 2000 Sun Microsystems, Inc.