|
||||||||||
| 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. |
| Constructor Summary | |
|---|---|
protected |
DeliverySystemType(String name)
Creates a delivery system type object. |
| Method Summary | |
|---|---|
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(String name)
name - The string name of this type (e.g., "SATELLITE").| 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 | |||||||||