Uses of Class
org.rhq.core.domain.measurement.DisplayType

Packages that use DisplayType
org.rhq.core.domain.criteria   
org.rhq.core.domain.measurement   
 

Uses of DisplayType in org.rhq.core.domain.criteria
 

Methods in org.rhq.core.domain.criteria with parameters of type DisplayType
 void MeasurementDefinitionCriteria.addFilterDisplayType(DisplayType filterDisplayType)
           
 

Uses of DisplayType in org.rhq.core.domain.measurement
 

Methods in org.rhq.core.domain.measurement that return DisplayType
 DisplayType MeasurementDefinition.getDisplayType()
           
static DisplayType DisplayType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DisplayType[] DisplayType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.rhq.core.domain.measurement with parameters of type DisplayType
 void MeasurementDefinition.setDisplayType(DisplayType displayType)
           
 

Constructors in org.rhq.core.domain.measurement with parameters of type DisplayType
MeasurementDefinition(String name, MeasurementCategory category, MeasurementUnits units, DataType dataType, boolean defaultOn, long defaultInterval, DisplayType displayType)
          Creates a definition with the given data type.
MeasurementDefinition(String name, MeasurementCategory category, MeasurementUnits units, DataType dataType, NumericType numericType, boolean defaultOn, long defaultInterval, DisplayType displayType)
           
MeasurementDefinition(String name, MeasurementCategory category, MeasurementUnits units, NumericType numericType, boolean defaultOn, long defaultInterval, DisplayType displayType)
          Deprecated. 
 



Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.