|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.tv.service.navigation.DeliverySystemType
public class 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. |
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 |
---|
public static final DeliverySystemType SATELLITE
public static final DeliverySystemType CABLE
public static final DeliverySystemType TERRESTRIAL
public static final DeliverySystemType UNKNOWN
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 |