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

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

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

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

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

Methods in org.rhq.core.domain.configuration with parameters of type PropertyMap
 void Property.setParentMap(PropertyMap parentMap)
          Sets the parent of this property, which will assume this property is a member of a map.
 

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



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