org.opengroup.arm40.metric
Interface ArmMetricGaugeFloat32

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

public interface ArmMetricGaugeFloat32
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)