Package adams.core

Class Constants

  • All Implemented Interfaces:
    Serializable

    public class Constants
    extends Object
    implements Serializable
    Contains some commonly used constants.
    Version:
    $Revision$
    Author:
    peter (peter at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Field Detail

      • PLACEHOLDER_DATABASEID

        public static final String PLACEHOLDER_DATABASEID
        the placeholder for the database ID.
        See Also:
        Constant Field Values
      • TIMESTAMP_FORMAT_MSECS

        public static final String TIMESTAMP_FORMAT_MSECS
        the date format for timestamps (incl msecs).
        See Also:
        Constant Field Values
      • TIMESTAMP_FORMAT_ISO8601

        public static final String TIMESTAMP_FORMAT_ISO8601
        the date format for timestamps (ISO-8601).
        See Also:
        Constant Field Values
      • PASSWORD_CHAR

        public static final char PASSWORD_CHAR
        the character to use for "hiding" the password characters.
        See Also:
        Constant Field Values
      • BACKQUOTE_CHARS

        public static final char[] BACKQUOTE_CHARS
        the characters to backquote.
      • BACKQUOTED_STRINGS

        public static final String[] BACKQUOTED_STRINGS
        the backquoted string representations of characters to backquote.
      • ESCAPE_CHARS

        public static final char[] ESCAPE_CHARS
        the characters to escape.
      • ESCAPE_STRINGS

        public static final String[] ESCAPE_STRINGS
        the escaped string representations of characters to backquote.
    • Constructor Detail

      • Constants

        public Constants()