Uses of Class
org.rhq.core.clientapi.descriptor.configuration.MeasurementUnitsDescriptor

Packages that use MeasurementUnitsDescriptor
org.rhq.core.clientapi.descriptor.configuration   
org.rhq.core.clientapi.descriptor.plugin   
 

Uses of MeasurementUnitsDescriptor in org.rhq.core.clientapi.descriptor.configuration
 

Fields in org.rhq.core.clientapi.descriptor.configuration declared as MeasurementUnitsDescriptor
protected  MeasurementUnitsDescriptor SimpleProperty.units
           
 

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

Methods in org.rhq.core.clientapi.descriptor.configuration with parameters of type MeasurementUnitsDescriptor
 void SimpleProperty.setUnits(MeasurementUnitsDescriptor value)
          Sets the value of the units property.
 

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

Fields in org.rhq.core.clientapi.descriptor.plugin declared as MeasurementUnitsDescriptor
protected  MeasurementUnitsDescriptor MetricDescriptor.units
           
 

Methods in org.rhq.core.clientapi.descriptor.plugin that return MeasurementUnitsDescriptor
 MeasurementUnitsDescriptor MetricDescriptor.getUnits()
          Gets the value of the units property.
 

Methods in org.rhq.core.clientapi.descriptor.plugin with parameters of type MeasurementUnitsDescriptor
 void MetricDescriptor.setUnits(MeasurementUnitsDescriptor value)
          Sets the value of the units property.
 



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