@Target(value={FIELD,METHOD})
@Retention(value=CLASS)
public @interface Metric
Modifier and Type | Optional Element and Description |
---|---|
DataType |
dataType |
long |
defaultInterval |
java.lang.String |
description |
java.lang.String |
displayName |
DisplayType |
displayType |
MeasurementType |
measurementType |
java.lang.String |
property |
Units |
units |
public abstract DisplayType displayType
public abstract DataType dataType
public abstract Units units
public abstract MeasurementType measurementType