org.davic.net.tuning
Interface DeliverySystemType


public interface DeliverySystemType

An interface that defines constant values for delivery system types


Field Summary
static int CABLE_DELIVERY_SYSTEM
          Constant value for cable delivery system
static int SATELLITE_DELIVERY_SYSTEM
          Constant value for satellite delivery system
static int TERRESTRIAL_DELIVERY_SYSTEM
          Constant value for terrestrial delivery system
 

Field Detail

SATELLITE_DELIVERY_SYSTEM

public static final int SATELLITE_DELIVERY_SYSTEM
Constant value for satellite delivery system

See Also:
Constant Field Values

CABLE_DELIVERY_SYSTEM

public static final int CABLE_DELIVERY_SYSTEM
Constant value for cable delivery system

See Also:
Constant Field Values

TERRESTRIAL_DELIVERY_SYSTEM

public static final int TERRESTRIAL_DELIVERY_SYSTEM
Constant value for terrestrial delivery system

See Also:
Constant Field Values