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 org.rhq.core.domain.resource.ResourceSubCategory SubCategoriesMetadataParser.getSubCategory(SubCategoryDescriptor descriptor, org.rhq.core.domain.resource.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> ResourceDescriptor.Subcategories.subcategory
           
protected  List<SubCategoryDescriptor> SubCategoryDescriptor.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
 JAXBElement<SubCategoryDescriptor> ObjectFactory.createSubcategory(SubCategoryDescriptor value)
          Create an instance of JAXBElement<SubCategoryDescriptor>}
 List<SubCategoryDescriptor> ResourceDescriptor.Subcategories.getSubcategory()
          Gets the value of the subcategory property.
 List<SubCategoryDescriptor> SubCategoryDescriptor.getSubcategory()
          Defines sub categories which are used to group together like resource types Gets the value of the subcategory property.
 

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



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