Uses of Class
org.rhq.core.clientapi.descriptor.plugin.SubCategoryDescriptor

Packages that use SubCategoryDescriptor
org.rhq.core.clientapi.agent.metadata   
org.rhq.core.clientapi.descriptor.plugin   
 

Uses of SubCategoryDescriptor in org.rhq.core.clientapi.agent.metadata
 

Methods in org.rhq.core.clientapi.agent.metadata with parameters of type SubCategoryDescriptor
static ResourceSubCategory SubCategoriesMetadataParser.getSubCategory(SubCategoryDescriptor descriptor, ResourceType resourceType)
          Parses the contents of the SubCategoryDescriptor and populates an instance of the domain model representation, ResourceSubCategory
 

Uses of SubCategoryDescriptor in org.rhq.core.clientapi.descriptor.plugin
 

Fields in org.rhq.core.clientapi.descriptor.plugin with type parameters of type SubCategoryDescriptor
protected  List<SubCategoryDescriptor> SubCategoryDescriptor.subcategory
           
protected  List<SubCategoryDescriptor> ResourceDescriptor.Subcategories.subcategory
           
 

Methods in org.rhq.core.clientapi.descriptor.plugin that return SubCategoryDescriptor
 SubCategoryDescriptor ObjectFactory.createSubCategoryDescriptor()
          Create an instance of SubCategoryDescriptor
 

Methods in org.rhq.core.clientapi.descriptor.plugin that return types with arguments of type SubCategoryDescriptor
 javax.xml.bind.JAXBElement<SubCategoryDescriptor> ObjectFactory.createSubcategory(SubCategoryDescriptor value)
          Create an instance of JAXBElement<SubCategoryDescriptor>}
 List<SubCategoryDescriptor> SubCategoryDescriptor.getSubcategory()
          Defines sub categories which are used to group together like resource types Gets the value of the subcategory property.
 List<SubCategoryDescriptor> ResourceDescriptor.Subcategories.getSubcategory()
          Gets the value of the subcategory property.
 

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



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