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

Packages that use ProfileAttributes
org.apache.oodt.profile   
org.apache.oodt.profile.gui.pstructs   
 

Uses of ProfileAttributes in org.apache.oodt.profile
 

Fields in org.apache.oodt.profile declared as ProfileAttributes
protected  ProfileAttributes Profile.profAttr
          My profile attributes.
 

Methods in org.apache.oodt.profile that return ProfileAttributes
 ProfileAttributes ObjectFactory.createProfileAttributes(Element node)
          Create profile attributes from a DOM node.
 ProfileAttributes Profile.getProfileAttributes()
          Get the profile attributes.
 

Methods in org.apache.oodt.profile with parameters of type ProfileAttributes
protected  void UnspecifiedProfileElement.addElementSpecificProperties(com.hp.hpl.jena.rdf.model.Model model, com.hp.hpl.jena.rdf.model.Resource element, ProfileAttributes profAttr, URI uri)
           
protected  void RangedProfileElement.addElementSpecificProperties(com.hp.hpl.jena.rdf.model.Model model, com.hp.hpl.jena.rdf.model.Resource element, ProfileAttributes profAttr, URI uri)
           
protected abstract  void ProfileElement.addElementSpecificProperties(com.hp.hpl.jena.rdf.model.Model model, com.hp.hpl.jena.rdf.model.Resource element, ProfileAttributes profAttr, URI uri)
          Add the statements specific to this kind of profile element to an RDF model.
protected  void EnumeratedProfileElement.addElementSpecificProperties(com.hp.hpl.jena.rdf.model.Model model, com.hp.hpl.jena.rdf.model.Resource element, ProfileAttributes profAttr, URI uri)
           
 void Profile.setProfileAttributes(ProfileAttributes profAttr)
          Set this profile's profile attributes.
 

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

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

Constructors in org.apache.oodt.profile.gui.pstructs with parameters of type ProfileAttributes
ProfileAttributesPrinter(ProfileAttributes pa)
           
 



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