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

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

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

Fields in org.rhq.core.clientapi.descriptor.plugin declared as ResourceCreationData
protected  ResourceCreationData ServiceDescriptor.creationDataType
           
protected  ResourceCreationData ServerDescriptor.creationDataType
           
 

Methods in org.rhq.core.clientapi.descriptor.plugin that return ResourceCreationData
static ResourceCreationData ResourceCreationData.fromValue(String v)
           
 ResourceCreationData ServiceDescriptor.getCreationDataType()
          Gets the value of the creationDataType property.
 ResourceCreationData ServerDescriptor.getCreationDataType()
          Gets the value of the creationDataType property.
static ResourceCreationData ResourceCreationData.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResourceCreationData[] ResourceCreationData.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 ResourceCreationData
 void ServiceDescriptor.setCreationDataType(ResourceCreationData value)
          Sets the value of the creationDataType property.
 void ServerDescriptor.setCreationDataType(ResourceCreationData value)
          Sets the value of the creationDataType property.
 



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