|
JSR-927 (Maintenance Release) | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.tv.service.navigation.DeliverySystemType
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 |
public static final DeliverySystemType SATELLITE
public static final DeliverySystemType CABLE
public static final DeliverySystemType TERRESTRIAL
public static final DeliverySystemType UNKNOWN
| Constructor Detail |
protected DeliverySystemType(java.lang.String name)
name - The string name of this type (e.g., "SATELLITE").| Method Detail |
public java.lang.String toString()
|
JSR-927 (Maintenance Release) | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||