Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.ui
Interface NumberConstants

All Known Implementing Classes:
Constants, RequestKeyConstants

public interface NumberConstants

Numeral constants used in the UI


Field Summary
static long DAYS
           
static long FIVE_MINUTES
          five minutes in millisecond increments
static long HOURS
           
static long MINUTES
           
static long SECS_IN_DAY
          Number of seconds in a day.
static long SECS_IN_HOUR
          Number of seconds in an hour.
static long SECS_IN_MINUTE
          Number of seconds in a minute.
static long SECS_IN_WEEK
          Number of seconds in a week.
static java.lang.String UNKNOWN
           
 

Field Detail

MINUTES

static final long MINUTES
See Also:
Constant Field Values

HOURS

static final long HOURS
See Also:
Constant Field Values

DAYS

static final long DAYS
See Also:
Constant Field Values

SECS_IN_MINUTE

static final long SECS_IN_MINUTE
Number of seconds in a minute.

See Also:
Constant Field Values

SECS_IN_HOUR

static final long SECS_IN_HOUR
Number of seconds in an hour.

See Also:
Constant Field Values

SECS_IN_DAY

static final long SECS_IN_DAY
Number of seconds in a day.

See Also:
Constant Field Values

SECS_IN_WEEK

static final long SECS_IN_WEEK
Number of seconds in a week.

See Also:
Constant Field Values

FIVE_MINUTES

static final long FIVE_MINUTES
five minutes in millisecond increments

See Also:
Constant Field Values

UNKNOWN

static final java.lang.String UNKNOWN
See Also:
Constant Field Values

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.