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

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

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

Fields in org.rhq.core.clientapi.descriptor.plugin declared as Version
protected  Version EventDescriptor.version
           
protected  Version OperationDescriptor.version
           
protected  Version MetricDescriptor.version
           
protected  Version ResourceDescriptor.version
           
protected  Version ContentDescriptor.version
           
 

Methods in org.rhq.core.clientapi.descriptor.plugin that return Version
 Version ObjectFactory.createVersion()
          Create an instance of Version
 Version EventDescriptor.getVersion()
          Gets the value of the version property.
 Version OperationDescriptor.getVersion()
          Gets the value of the version property.
 Version MetricDescriptor.getVersion()
          Gets the value of the version property.
 Version ResourceDescriptor.getVersion()
          Gets the value of the version property.
 Version ContentDescriptor.getVersion()
          Resource version to which this content applies.
 

Methods in org.rhq.core.clientapi.descriptor.plugin with parameters of type Version
 void EventDescriptor.setVersion(Version value)
          Sets the value of the version property.
 void OperationDescriptor.setVersion(Version value)
          Sets the value of the version property.
 void MetricDescriptor.setVersion(Version value)
          Sets the value of the version property.
 void ResourceDescriptor.setVersion(Version value)
          Sets the value of the version property.
 void ContentDescriptor.setVersion(Version value)
          Resource version to which this content applies.
 



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