gov.nasa.pds.search.core.extractor
Class SearchAttributes
java.lang.Object
gov.nasa.pds.search.core.extractor.SearchAttributes
public class SearchAttributes
- extends Object
- Author:
- Jordan Padams
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchAttributes
public SearchAttributes(String filename)
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()
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.