Interface PrometheusData.PrometheusDataValuesCtl
- All Known Implementing Classes:
PrometheusDataValues
- Enclosing interface:
PrometheusData
public static interface PrometheusData.PrometheusDataValuesCtl
DataItem interface.
-
Method Summary
Modifier and TypeMethodDescription<T> TgetValue(MetisDataItem.MetisDataFieldId pField, Class<T> pClass) Obtain value of specified class.
-
Method Details
-
getValue
Obtain value of specified class.- Type Parameters:
T- the item type- Parameters:
pField- the Field definitionpClass- the class- Returns:
- the field value
-