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

Packages that use ContentDescriptorCategory
org.rhq.core.clientapi.descriptor.plugin   
 

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

Fields in org.rhq.core.clientapi.descriptor.plugin declared as ContentDescriptorCategory
protected  ContentDescriptorCategory ContentDescriptor.category
           
 

Methods in org.rhq.core.clientapi.descriptor.plugin that return ContentDescriptorCategory
static ContentDescriptorCategory ContentDescriptorCategory.fromValue(String v)
           
 ContentDescriptorCategory ContentDescriptor.getCategory()
          Gets the value of the category property.
static ContentDescriptorCategory ContentDescriptorCategory.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ContentDescriptorCategory[] ContentDescriptorCategory.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.rhq.core.clientapi.descriptor.plugin with parameters of type ContentDescriptorCategory
 void ContentDescriptor.setCategory(ContentDescriptorCategory value)
          Sets the value of the category property.
 



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