gov.nasa.pds.search.core.extractor
Class SearchFields

java.lang.Object
  extended by gov.nasa.pds.search.core.extractor.SearchFields

public class SearchFields
extends Object

Author:
Jordan Padams

Constructor Summary
SearchFields(String filename)
           
 
Method Summary
 List getAssociations()
           
 String getName(int column)
           
 int getNumAttr()
           
 String getObjectName()
           
 String getObjectType()
           
 List<String> getPKs()
           
 String getQuery()
          Deprecated. 
 String getType(int column)
           
 String getValue(int column)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchFields

public SearchFields(String filename)
             throws ProductClassException
Throws:
ProductClassException
Method Detail

getQuery

@Deprecated
public String getQuery()
Deprecated. 

Used under old search tools and database back end. See getResponse() for use with Registry Service

Returns:

getAssociations

public List getAssociations()

getObjectType

public String getObjectType()

getObjectName

public String getObjectName()

getName

public String getName(int column)

getType

public String getType(int column)

getValue

public String getValue(int column)

getPKs

public List<String> getPKs()

getNumAttr

public int getNumAttr()

main

public static void main(String[] args)
Parameters:
args -


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