org.apache.oodt.profile.handlers.lightweight
Class SearchableResourceAttributes

java.lang.Object
  extended by org.apache.oodt.profile.ResourceAttributes
      extended by org.apache.oodt.profile.handlers.lightweight.SearchableResourceAttributes
All Implemented Interfaces:
Serializable, Cloneable, Comparable, Documentable

public class SearchableResourceAttributes
extends ResourceAttributes

Resource attributes that can be searched.

Version:
$Revision: 1.1.1.1 $
Author:
Kelly
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.oodt.profile.ResourceAttributes
aggregation, clazz, contexts, contributors, coverages, creators, dates, description, formats, identifier, languages, locations, profile, publishers, relations, rights, sources, subjects, title, types
 
Constructor Summary
SearchableResourceAttributes(SearchableProfile profile, Element node)
           
 
Method Summary
 org.apache.oodt.profile.handlers.lightweight.Result result(String name, String value, String operator)
          Produce a search result.
 
Methods inherited from class org.apache.oodt.profile.ResourceAttributes
clone, compareTo, createResAttributesDocument, equals, getContributors, getCoverages, getCreators, getDates, getDescription, getFormats, getIdentifier, getLanguages, getPublishers, getRelations, getResAggregation, getResClass, getResContexts, getResLocations, getRights, getSources, getSubjects, getTitle, getTypes, getURI, hashCode, initializeLists, setDescription, setIdentifier, setResAggregation, setResClass, setTitle, toString, toXML
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SearchableResourceAttributes

public SearchableResourceAttributes(SearchableProfile profile,
                                    Element node)
Method Detail

result

public org.apache.oodt.profile.handlers.lightweight.Result result(String name,
                                                                  String value,
                                                                  String operator)
Produce a search result.

Parameters:
value - Desired value.
operator - What operator to use for comparison.
Returns:
a Result value.


Copyright © 1999-2011 Apache OODT. All Rights Reserved.