Uses of Class
org.rhq.core.clientapi.descriptor.configuration.ConfigurationProperty

Packages that use ConfigurationProperty
org.rhq.core.clientapi.descriptor.configuration   
 

Uses of ConfigurationProperty in org.rhq.core.clientapi.descriptor.configuration
 

Subclasses of ConfigurationProperty in org.rhq.core.clientapi.descriptor.configuration
 class ListProperty
          The definition of a child list of properties.
 class MapProperty
          The definition of a child map of properties.
 class SimpleProperty
          Java class for simpleProperty complex type.
 

Fields in org.rhq.core.clientapi.descriptor.configuration with type parameters of type ConfigurationProperty
protected  java.util.List<javax.xml.bind.JAXBElement<? extends ConfigurationProperty>> PropertyGroup.configurationProperty
           
protected  java.util.List<javax.xml.bind.JAXBElement<? extends ConfigurationProperty>> MapProperty.configurationProperty
           
protected  javax.xml.bind.JAXBElement<? extends ConfigurationProperty> ListProperty.configurationProperty
           
protected  java.util.List<javax.xml.bind.JAXBElement<? extends ConfigurationProperty>> ConfigurationDescriptor.configurationProperty
           
 

Methods in org.rhq.core.clientapi.descriptor.configuration that return ConfigurationProperty
 ConfigurationProperty ObjectFactory.createConfigurationProperty()
          Create an instance of ConfigurationProperty
 

Methods in org.rhq.core.clientapi.descriptor.configuration that return types with arguments of type ConfigurationProperty
 javax.xml.bind.JAXBElement<ConfigurationProperty> ObjectFactory.createConfigurationProperty(ConfigurationProperty value)
          Create an instance of JAXBElement<ConfigurationProperty>}
 java.util.List<javax.xml.bind.JAXBElement<? extends ConfigurationProperty>> PropertyGroup.getConfigurationProperty()
          Gets the value of the configurationProperty property.
 java.util.List<javax.xml.bind.JAXBElement<? extends ConfigurationProperty>> MapProperty.getConfigurationProperty()
          The map of child property definitions.
 javax.xml.bind.JAXBElement<? extends ConfigurationProperty> ListProperty.getConfigurationProperty()
          The type of child property.
 java.util.List<javax.xml.bind.JAXBElement<? extends ConfigurationProperty>> ConfigurationDescriptor.getConfigurationProperty()
          Gets the value of the configurationProperty property.
 

Methods in org.rhq.core.clientapi.descriptor.configuration with parameters of type ConfigurationProperty
 javax.xml.bind.JAXBElement<ConfigurationProperty> ObjectFactory.createConfigurationProperty(ConfigurationProperty value)
          Create an instance of JAXBElement<ConfigurationProperty>}
 

Method parameters in org.rhq.core.clientapi.descriptor.configuration with type arguments of type ConfigurationProperty
 void ListProperty.setConfigurationProperty(javax.xml.bind.JAXBElement<? extends ConfigurationProperty> value)
          The type of child property.
 



Copyright © 2008-2009 Red Hat, Inc.. All Rights Reserved.