Class PrometheusDataTouch.PrometheusTouchCounter
java.lang.Object
io.github.tonywasher.joceanus.prometheus.data.PrometheusDataTouch.PrometheusTouchCounter
- All Implemented Interfaces:
MetisDataItem.MetisDataObjectFormat
- Enclosing class:
PrometheusDataTouch
public static final class PrometheusDataTouch.PrometheusTouchCounter
extends Object
implements MetisDataItem.MetisDataObjectFormat
Simple counter.
-
Method Summary
Modifier and TypeMethodDescriptionformatObject(OceanusDataFormatter pFormatter) Obtain Object summary.Obtain the item type.intObtain the touch count.
-
Method Details
-
formatObject
Description copied from interface:MetisDataItem.MetisDataObjectFormatObtain Object summary.- Specified by:
formatObjectin interfaceMetisDataItem.MetisDataObjectFormat- Parameters:
pFormatter- the data formatter- Returns:
- the display summary of the object
-
getItemType
Obtain the item type.- Returns:
- the item type
-
getTouches
public int getTouches()Obtain the touch count.- Returns:
- the touches
-