edu.sdsc.inca.util
Class Constants

java.lang.Object
  extended byedu.sdsc.inca.util.Constants

public class Constants
extends java.lang.Object

Created by IntelliJ IDEA.

Author:
Shava Smallen <ssmallen@sdsc.edu>

Field Summary
static int DAYS_TO_MONTH
           
static int DAYS_TO_WEEK
           
static int HOURS_TO_DAY
           
static int MILLIS_TO_HOUR
           
static int MILLIS_TO_MINUTE
           
static int MILLIS_TO_SECOND
           
static int MINUTES_TO_HOUR
           
static int MONTHS_TO_YEAR
           
static int SECONDS_TO_HOUR
           
static int SECONDS_TO_MINUTE
           
 
Constructor Summary
Constants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MINUTES_TO_HOUR

public static final int MINUTES_TO_HOUR
See Also:
Constant Field Values

HOURS_TO_DAY

public static final int HOURS_TO_DAY
See Also:
Constant Field Values

DAYS_TO_MONTH

public static final int DAYS_TO_MONTH
See Also:
Constant Field Values

DAYS_TO_WEEK

public static final int DAYS_TO_WEEK
See Also:
Constant Field Values

MONTHS_TO_YEAR

public static final int MONTHS_TO_YEAR
See Also:
Constant Field Values

SECONDS_TO_MINUTE

public static final int SECONDS_TO_MINUTE
See Also:
Constant Field Values

MILLIS_TO_SECOND

public static final int MILLIS_TO_SECOND
See Also:
Constant Field Values

SECONDS_TO_HOUR

public static final int SECONDS_TO_HOUR
See Also:
Constant Field Values

MILLIS_TO_MINUTE

public static final int MILLIS_TO_MINUTE
See Also:
Constant Field Values

MILLIS_TO_HOUR

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

Constants

public Constants()