StocksMonitor 1.5.0

hirondelle.stocks.util
Class Consts

Object
  extended by Consts

public final class Consts
extends Object

Collected constants of very general utility.

All constants are immutable.


Field Summary
static String APP_NAME
           
static String APP_VERSION
           
static String AUTHOR
           
static String COMMA
           
static String DOUBLE_QUOTE
           
static String ELLIPSIS
           
static String EMPTY_STRING
           
static String FILE_SEPARATOR
           
static int MILLISECONDS_PER_SECOND
           
static int MONEY_DECIMAL_PLACES
           
static int MONEY_ROUNDING_STYLE
           
static int NEGATIVE
           
static String NEGATIVE_SIGN
           
static String NEW_LINE
           
static Integer ONE
           
static long ONE_KILOBYTE
           
static String PATH_SEPARATOR
           
static String PERIOD
           
static String PLUS_SIGN
           
static int POSITIVE
           
static int SECONDS_PER_MINUTE
           
static String SPACE
           
static String TAB
           
static Integer ZERO
           
static BigDecimal ZERO_MONEY
           
static BigDecimal ZERO_MONEY_WITH_DECIMAL
           
 
Method Summary
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APP_NAME

public static final String APP_NAME
See Also:
Constant Field Values

APP_VERSION

public static final String APP_VERSION
See Also:
Constant Field Values

AUTHOR

public static final String AUTHOR
See Also:
Constant Field Values

NEW_LINE

public static final String NEW_LINE

FILE_SEPARATOR

public static final String FILE_SEPARATOR

PATH_SEPARATOR

public static final String PATH_SEPARATOR

EMPTY_STRING

public static final String EMPTY_STRING
See Also:
Constant Field Values

SPACE

public static final String SPACE
See Also:
Constant Field Values

PERIOD

public static final String PERIOD
See Also:
Constant Field Values

TAB

public static final String TAB
See Also:
Constant Field Values

COMMA

public static final String COMMA
See Also:
Constant Field Values

DOUBLE_QUOTE

public static final String DOUBLE_QUOTE
See Also:
Constant Field Values

ELLIPSIS

public static final String ELLIPSIS
See Also:
Constant Field Values

POSITIVE

public static final int POSITIVE
See Also:
Constant Field Values

NEGATIVE

public static final int NEGATIVE
See Also:
Constant Field Values

PLUS_SIGN

public static final String PLUS_SIGN
See Also:
Constant Field Values

NEGATIVE_SIGN

public static final String NEGATIVE_SIGN
See Also:
Constant Field Values

ZERO

public static final Integer ZERO

ONE

public static final Integer ONE

ONE_KILOBYTE

public static final long ONE_KILOBYTE
See Also:
Constant Field Values

MONEY_DECIMAL_PLACES

public static final int MONEY_DECIMAL_PLACES
See Also:
Constant Field Values

MONEY_ROUNDING_STYLE

public static final int MONEY_ROUNDING_STYLE
See Also:
Constant Field Values

ZERO_MONEY

public static final BigDecimal ZERO_MONEY

ZERO_MONEY_WITH_DECIMAL

public static final BigDecimal ZERO_MONEY_WITH_DECIMAL

MILLISECONDS_PER_SECOND

public static final int MILLISECONDS_PER_SECOND
See Also:
Constant Field Values

SECONDS_PER_MINUTE

public static final int SECONDS_PER_MINUTE
See Also:
Constant Field Values

StocksMonitor 1.5.0

Copyright Hirondelle Systems - License - Generated 2008Jul12.10.53