Uses of Class
org.apache.oodt.profile.ResourceAttributes

Packages that use ResourceAttributes
org.apache.oodt.profile   
org.apache.oodt.profile.gui.pstructs   
org.apache.oodt.profile.handlers.lightweight Lightweight profile handler. 
 

Uses of ResourceAttributes in org.apache.oodt.profile
 

Fields in org.apache.oodt.profile declared as ResourceAttributes
protected  ResourceAttributes Profile.resAttr
          My resource attributes.
 

Methods in org.apache.oodt.profile that return ResourceAttributes
 ResourceAttributes ObjectFactory.createResourceAttributes(Profile profile, Element node)
          Create resource attributes from a DOM node.
 ResourceAttributes Profile.getResourceAttributes()
          Get the resource attributes.
 

Methods in org.apache.oodt.profile with parameters of type ResourceAttributes
 void Profile.setResourceAttributes(ResourceAttributes resAttr)
          Set this profile's resource attributes.
 

Constructors in org.apache.oodt.profile with parameters of type ResourceAttributes
Profile(ProfileAttributes profAttr, ResourceAttributes resAttr)
          Create a profile from its attributes.
 

Uses of ResourceAttributes in org.apache.oodt.profile.gui.pstructs
 

Methods in org.apache.oodt.profile.gui.pstructs that return ResourceAttributes
 ResourceAttributes ResourceAttributesPrinter.getResourceAttributes()
           
 

Methods in org.apache.oodt.profile.gui.pstructs with parameters of type ResourceAttributes
 void ResourceAttributesPrinter.setResourceAttributes(ResourceAttributes r)
           
 

Constructors in org.apache.oodt.profile.gui.pstructs with parameters of type ResourceAttributes
ResourceAttributesPrinter(ResourceAttributes r)
          Constructs a new Resource Attributes printer from a ResourceAttributes object.
 

Uses of ResourceAttributes in org.apache.oodt.profile.handlers.lightweight
 

Subclasses of ResourceAttributes in org.apache.oodt.profile.handlers.lightweight
 class SearchableResourceAttributes
          Resource attributes that can be searched.
 



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