Constant Field Values

Contents

gov.nasa.*

  • gov.nasa.pds.tools.validate.Standard 
    Modifier and Type Constant Field Value
    public static final String PDS3_STANDARDS_REFERENCE "PDS3 Standards Reference"
    public static final String PDS4_STANDARDS_REFERENCE "PDS4 Standards Reference"
    public static final String RFC_3629 "RFC 3629"
  • gov.nasa.pds.tools.validate.XPaths 
    Modifier and Type Constant Field Value
    public static final String ARRAY_FILE_AREAS "//*:File_Area_Observational[namespace-uri()=\'http://pds.nasa.gov/pds4/pds/v1\'] | //*:File_Area_Browse[namespace-uri()=\'http://pds.nasa.gov/pds4/pds/v1\']"
    public static final String ARRAYS "//*[starts-with(name(), \'Array\')]"
    public static final String FILE_AREA_ANCILLARY "//*:File_Area_Ancillary[namespace-uri()=\'http://pds.nasa.gov/pds4/pds/v1\']"
    public static final String FILE_AREA_BROWSE "//*:File_Area_Browse[namespace-uri()=\'http://pds.nasa.gov/pds4/pds/v1\']"
    public static final String FILE_AREA_INVENTORY "//*:File_Area_Inventory[namespace-uri()=\'http://pds.nasa.gov/pds4/pds/v1\']"
    public static final String FILE_AREA_OBSERVATIONAL "//*:File_Area_Observational[namespace-uri()=\'http://pds.nasa.gov/pds4/pds/v1\']"
    public static final String FILE_AREA_SIP_DEEP_ARCHIVE "//*:File_Area_SIP_Deep_Archive[namespace-uri()=\'http://pds.nasa.gov/pds4/pds/v1\']"
    public static final String FILE_AREA_TRANSFER_MANIFEST "//*:File_Area_Transfer_Manifest[namespace-uri()=\'http://pds.nasa.gov/pds4/pds/v1\']"
    public static final String INVENTORY "//*:Inventory[namespace-uri()=\'http://pds.nasa.gov/pds4/pds/v1\']"
    public static final String MANIFEST_SIP_DEEP_ARCHIVE "//*:Manifest_SIP_Deep_Archive[namespace-uri()=\'http://pds.nasa.gov/pds4/pds/v1\']"
    public static final String PDS4_NS "http://pds.nasa.gov/pds4/pds/v1"
    public static final String TABLE_BINARY "//*:Table_Binary[namespace-uri()=\'http://pds.nasa.gov/pds4/pds/v1\']"
    public static final String TABLE_CHARACTER "//*:Table_Character[namespace-uri()=\'http://pds.nasa.gov/pds4/pds/v1\']"
    public static final String TABLE_DELIMITED "//*:Table_Delimited[namespace-uri()=\'http://pds.nasa.gov/pds4/pds/v1\']"
    public static final String TABLE_FILE_AREAS "//*:File_Area_Observational[namespace-uri()=\'http://pds.nasa.gov/pds4/pds/v1\'] | //*:File_Area_SIP_Deep_Archive[namespace-uri()=\'http://pds.nasa.gov/pds4/pds/v1\'] | //*:File_Area_Transfer_Manifest[namespace-uri()=\'http://pds.nasa.gov/pds4/pds/v1\'] | //*:File_Area_Inventory[namespace-uri()=\'http://pds.nasa.gov/pds4/pds/v1\'] | //*:File_Area_Browse[namespace-uri()=\'http://pds.nasa.gov/pds4/pds/v1\'] | //*:File_Area_Ancillary[namespace-uri()=\'http://pds.nasa.gov/pds4/pds/v1\']"
    public static final String TABLE_TYPES "//*:Table_Binary[namespace-uri()=\'http://pds.nasa.gov/pds4/pds/v1\'] | //*:Table_Character[namespace-uri()=\'http://pds.nasa.gov/pds4/pds/v1\'] | //*:Table_Delimited[namespace-uri()=\'http://pds.nasa.gov/pds4/pds/v1\'] | //*:Manifest_SIP_Deep_Archive[namespace-uri()=\'http://pds.nasa.gov/pds4/pds/v1\'] | //*:Transfer_Manifest[namespace-uri()=\'http://pds.nasa.gov/pds4/pds/v1\'] | //*:Inventory[namespace-uri()=\'http://pds.nasa.gov/pds4/pds/v1\']"
    public static final String TRANSFER_MANIFEST "//*:Transfer_Manifest[namespace-uri()=\'http://pds.nasa.gov/pds4/pds/v1\']"
  • gov.nasa.pds.web.ui.containers.dataSet.ValidationResults 
    Modifier and Type Constant Field Value
    public static final transient int BUCKET_LIMIT 1000
    public static final transient String GET_FILE_PROBLEMS "SELECT problem FROM `%s` WHERE path = \'%s\' LIMIT %s"
    public static final transient String GET_PROBLEMS "SELECT problem FROM `%s` WHERE errortype = \'%s\' LIMIT %s OFFSET %s"
    public static final long serialVersionUID -3224942935855761610L
  • gov.nasa.pds.web.ui.utils.DateUtils 
    Modifier and Type Constant Field Value
    public static final int DAY 86400000
    public static final int HOUR 3600000
    public static final int MINUTE 60000
    public static final int SECOND 1000