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

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

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

Methods in org.rhq.core.domain.criteria with parameters of type DataType
 void MeasurementDefinitionCriteria.addFilterDataType(DataType filterDataType)
           
 

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

Methods in org.rhq.core.domain.measurement that return DataType
 DataType MeasurementScheduleRequest.getDataType()
           
 DataType MeasurementDefinition.getDataType()
           
static DataType DataType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DataType[] DataType.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 DataType
 void MeasurementDefinition.setDataType(DataType dataType)
           
 

Constructors in org.rhq.core.domain.measurement with parameters of type DataType
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)
           
MeasurementScheduleRequest(int scheduleId, String name, long interval, boolean enabled, DataType dataType)
           
MeasurementScheduleRequest(int scheduleId, String name, long interval, boolean enabled, DataType dataType, NumericType rawNumericType)
           
 



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