Uses of Class
org.rhq.helpers.pluginGen.ResourceCategory

Uses of ResourceCategory in org.rhq.helpers.pluginGen
 

Methods in org.rhq.helpers.pluginGen that return ResourceCategory
static ResourceCategory ResourceCategory.getByAbbrv(char abbrev)
           
 ResourceCategory Props.getCategory()
           
static ResourceCategory ResourceCategory.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResourceCategory[] ResourceCategory.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.rhq.helpers.pluginGen that return types with arguments of type ResourceCategory
static List<ResourceCategory> ResourceCategory.getPossibleChildren(ResourceCategory parent)
           
 

Methods in org.rhq.helpers.pluginGen with parameters of type ResourceCategory
static List<ResourceCategory> ResourceCategory.getPossibleChildren(ResourceCategory parent)
           
 void Props.setCategory(ResourceCategory category)
           
 



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