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

Packages that use ConfigurationProperty
org.rhq.core.clientapi.descriptor.configuration   
org.rhq.enterprise.server.xmlschema   
org.rhq.enterprise.server.xmlschema.generated.configuration.instance   
 

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

Subclasses of ConfigurationProperty in org.rhq.core.clientapi.descriptor.configuration
 class DynamicProperty
          Java class for dynamicProperty complex type.
 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  List<javax.xml.bind.JAXBElement<? extends ConfigurationProperty>> PropertyGroup.configurationProperty
           
protected  List<javax.xml.bind.JAXBElement<? extends ConfigurationProperty>> MapProperty.configurationProperty
           
protected  javax.xml.bind.JAXBElement<? extends ConfigurationProperty> ListProperty.configurationProperty
           
protected  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>}
 List<javax.xml.bind.JAXBElement<? extends ConfigurationProperty>> PropertyGroup.getConfigurationProperty()
          Gets the value of the configurationProperty property.
 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.
 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.
 

Uses of ConfigurationProperty in org.rhq.enterprise.server.xmlschema
 

Methods in org.rhq.enterprise.server.xmlschema with parameters of type ConfigurationProperty
protected static QName ConfigurationInstanceDescriptorUtil.getTagName(ConfigurationProperty descriptor)
           
 

Uses of ConfigurationProperty in org.rhq.enterprise.server.xmlschema.generated.configuration.instance
 

Subclasses of ConfigurationProperty in org.rhq.enterprise.server.xmlschema.generated.configuration.instance
 class ListPropertyInstanceDescriptor
          Java class for ListProperty complex type.
 class MapPropertyInstanceDescriptor
          Java class for MapProperty complex type.
 class SimplePropertyInstanceDescriptor
          Java class for anonymous complex type.
 



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