|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NumericType | |
|---|---|
| org.rhq.core.domain.criteria | |
| org.rhq.core.domain.measurement | |
| Uses of NumericType in org.rhq.core.domain.criteria |
|---|
| Methods in org.rhq.core.domain.criteria with parameters of type NumericType | |
|---|---|
void |
MeasurementDefinitionCriteria.addFilterNumericType(NumericType filterNumericType)
|
| Uses of NumericType in org.rhq.core.domain.measurement |
|---|
| Methods in org.rhq.core.domain.measurement that return NumericType | |
|---|---|
NumericType |
MeasurementDefinition.getNumericType()
|
NumericType |
MeasurementScheduleRequest.getRawNumericType()
|
NumericType |
MeasurementDataNumeric.getRawNumericType()
|
NumericType |
MeasurementDefinition.getRawNumericType()
|
static NumericType |
NumericType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NumericType[] |
NumericType.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 NumericType | |
|---|---|
void |
MeasurementDefinition.setMeasurementType(NumericType numericType)
|
void |
MeasurementDefinition.setNumericType(NumericType type)
|
void |
MeasurementDefinition.setRawNumericType(NumericType rawNumericType)
|
| Constructors in org.rhq.core.domain.measurement with parameters of type NumericType | |
|---|---|
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. |
|
MeasurementScheduleRequest(int scheduleId,
String name,
long interval,
boolean enabled,
DataType dataType,
NumericType rawNumericType)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||