PamguardMVC
Class PamConstants

java.lang.Object
  extended by PamguardMVC.PamConstants

public class PamConstants
extends java.lang.Object

Author:
dgillespie Some constants to be used throughout Pamguard

Field Summary
static int MAX_CHANNELS
           
static int MAX_ITEM_NAME_LENGTH
           
static double METERS_PER_MILE
           
 
Constructor Summary
PamConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_CHANNELS

public static final int MAX_CHANNELS
See Also:
Constant Field Values

METERS_PER_MILE

public static final double METERS_PER_MILE
See Also:
Constant Field Values

MAX_ITEM_NAME_LENGTH

public static final int MAX_ITEM_NAME_LENGTH
See Also:
Constant Field Values
Constructor Detail

PamConstants

public PamConstants()