gov.nasa.pds.search.core.constants
Class Constants

java.lang.Object
  extended by gov.nasa.pds.search.core.constants.Constants

public final class Constants
extends Object

Constants used throughout the Search Core

Author:
jpadams

Field Summary
static String DEFAULT_STARTTIME
          Default start datetime for UNK/N/A/NULL datetime fields.
static String DEFAULT_STOPTIME
          Default stop datetime for UNK/N/A/NULL datetime fields.
static String LOG_FNAME
          Run Log File Name.
static String PC_PROPS
          Default filename for Product Classes properties file that is required in config directory.
static String PRODUCT_VERSION
          Attribute for version of a product.
static int QUERY_MAX
          Default maximum number of queried records to be returned from registry.
static String[] VALID_UNK_VALUES
          Valid PDS4 representation for unknown values.
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PC_PROPS

public static final String PC_PROPS
Default filename for Product Classes properties file that is required in config directory.

See Also:
Constant Field Values

QUERY_MAX

public static final int QUERY_MAX
Default maximum number of queried records to be returned from registry.

See Also:
Constant Field Values

PRODUCT_VERSION

public static final String PRODUCT_VERSION
Attribute for version of a product.

See Also:
Constant Field Values

LOG_FNAME

public static final String LOG_FNAME
Run Log File Name.

See Also:
Constant Field Values

DEFAULT_STARTTIME

public static final String DEFAULT_STARTTIME
Default start datetime for UNK/N/A/NULL datetime fields.

See Also:
Constant Field Values

DEFAULT_STOPTIME

public static final String DEFAULT_STOPTIME
Default stop datetime for UNK/N/A/NULL datetime fields.

See Also:
Constant Field Values

VALID_UNK_VALUES

public static String[] VALID_UNK_VALUES
Valid PDS4 representation for unknown values.

Constructor Detail

Constants

public Constants()


Copyright © 2010-2012 Planetary Data System. All Rights Reserved.