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

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

Uses of ProfileElement in org.apache.oodt.profile
 

Subclasses of ProfileElement in org.apache.oodt.profile
 class EnumeratedProfileElement
          Enumerated profile element.
 class RangedProfileElement
          Ranged profile element.
 class UnspecifiedProfileElement
          A profile element with unspecified values.
 

Methods in org.apache.oodt.profile that return ProfileElement
static ProfileElement ProfileElement.createProfileElement(Element root, Profile profile, ObjectFactory factory)
          Create a profile element from the given XML node.
 

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

Constructors in org.apache.oodt.profile.gui.pstructs with parameters of type ProfileElement
ProfileElementPrinter(ProfileElement pe)
           
 

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

Subclasses of ProfileElement in org.apache.oodt.profile.handlers.lightweight
 class SearchableEnumeratedProfileElement
          Searchable, enumerated, profile element.
 class SearchableRangedProfileElement
          Searchable profile element with a range of valid values.
 class SearchableUnspecifiedProfileElement
          Searchable profile element with unspecified values.
 



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