public class DeliverySystemType extends Object
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier | Constructor and Description |
|---|---|
protected |
DeliverySystemType(String name)
Creates a delivery system type object.
|
public static final DeliverySystemType SATELLITE
public static final DeliverySystemType CABLE
public static final DeliverySystemType TERRESTRIAL
public static final DeliverySystemType UNKNOWN
protected DeliverySystemType(String name)
name - The string name of this type (e.g., "SATELLITE").Copyright © 2012 code4tv.com. All Rights Reserved.