Interface PrometheusData.PrometheusDataValuesCtl

All Known Implementing Classes:
PrometheusDataValues
Enclosing interface:
PrometheusData

public static interface PrometheusData.PrometheusDataValuesCtl
DataItem interface.
  • Method Details

    • getValue

      <T> T getValue(MetisDataItem.MetisDataFieldId pField, Class<T> pClass)
      Obtain value of specified class.
      Type Parameters:
      T - the item type
      Parameters:
      pField - the Field definition
      pClass - the class
      Returns:
      the field value