org.opengroup.arm40.metric
Interface ArmMetricCounterFloat32

All Superinterfaces:
ArmInterface, ArmMetric
All Known Implementing Classes:
ArmMetricCounterFloat32Impl

public interface ArmMetricCounterFloat32
extends ArmMetric


Method Summary
 float get()
           
 int set(float value)
           
 
Methods inherited from interface org.opengroup.arm40.metric.ArmMetric
getDefinition
 
Methods inherited from interface org.opengroup.arm40.transaction.ArmInterface
getErrorCode, getErrorMessage, setErrorCode
 

Method Detail

get

public float get()

set

public int set(float value)