All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.davic.net.tuning.DeliverySystemType Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
package org.davic.net.tuning;


/** An interface that defines constant values for delivery system types

  */

public interface DeliverySystemType {


  /** Constant value for satellite delivery system 

    */	

  public final static int SATELLITE_DELIVERY_SYSTEM = 0;


  /** Constant value for cable delivery system 

    */	

  public final static int CABLE_DELIVERY_SYSTEM = 1;


  /** Constant value for terrestrial delivery system 

   */	

  public final static int TERRESTRIAL_DELIVERY_SYSTEM = 2;


}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy