Uses of Class
org.rhq.core.domain.configuration.PropertyList

Packages that use PropertyList
org.rhq.core.domain.configuration   
 

Uses of PropertyList in org.rhq.core.domain.configuration
 

Methods in org.rhq.core.domain.configuration that return PropertyList
 PropertyList PropertyList.deepCopy()
           
 PropertyList PropertyMap.getList(String name)
          Looks for a child list property with the given name in the map and returns it.
 PropertyList Configuration.getList(String name)
          Same as Configuration.get(String) except that it returns the object as a PropertyList.
 PropertyList AbstractPropertyMap.getList(String name)
           
 PropertyList Property.getParentList()
          Returns the parent of this property, assuming this property is a child of a PropertyList.
 

Methods in org.rhq.core.domain.configuration that return types with arguments of type PropertyList
 Map<String,PropertyList> Configuration.getListProperties()
          Returns a map of all direct children of this Configuration that are of type PropertyList.
 

Methods in org.rhq.core.domain.configuration with parameters of type PropertyList
 void Property.setParentList(PropertyList parentList)
          Sets the parent of this property, which will assume this property is a member of a list.
 

Constructors in org.rhq.core.domain.configuration with parameters of type PropertyList
PropertyList(PropertyList original)
           
 



Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.