TPTP 4.6.0 Tracing and Profiling Tools Project
Internal API Specification

org.eclipse.tptp.trace.arm.internal.metric
Class ArmMetricCounterFloat32Impl

java.lang.Object
  extended by org.eclipse.tptp.trace.arm.internal.transaction.ArmInterfaceImpl
      extended by org.eclipse.tptp.trace.arm.internal.metric.ArmMetricImpl
          extended by org.eclipse.tptp.trace.arm.internal.metric.ArmMetricCounterFloat32Impl
All Implemented Interfaces:
org.opengroup.arm40.metric.ArmMetric, org.opengroup.arm40.metric.ArmMetricCounterFloat32, org.opengroup.arm40.transaction.ArmInterface

public class ArmMetricCounterFloat32Impl
extends ArmMetricImpl
implements org.opengroup.arm40.metric.ArmMetricCounterFloat32

32-bit Counter Float Metric.


Field Summary
 
Fields inherited from class org.eclipse.tptp.trace.arm.internal.transaction.ArmInterfaceImpl
validationPropertyKey
 
Constructor Summary
ArmMetricCounterFloat32Impl(org.opengroup.arm40.metric.ArmMetricDefinition definition)
          Create Arm Metric.
 
Method Summary
 float get()
           
 int set(float value)
           
 java.lang.String toString()
          Returns a XML string based version of this entity.
 
Methods inherited from class org.eclipse.tptp.trace.arm.internal.metric.ArmMetricImpl
getDefinition
 
Methods inherited from class org.eclipse.tptp.trace.arm.internal.transaction.ArmInterfaceImpl
checkValidation, getErrorCode, getErrorMessage, getFactory, setErrorCode, setFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.opengroup.arm40.metric.ArmMetric
getDefinition
 
Methods inherited from interface org.opengroup.arm40.transaction.ArmInterface
getErrorCode, getErrorMessage, setErrorCode
 

Constructor Detail

ArmMetricCounterFloat32Impl

public ArmMetricCounterFloat32Impl(org.opengroup.arm40.metric.ArmMetricDefinition definition)
Create Arm Metric.

Parameters:
definition -
Method Detail

get

public float get()
Specified by:
get in interface org.opengroup.arm40.metric.ArmMetricCounterFloat32

set

public int set(float value)
Specified by:
set in interface org.opengroup.arm40.metric.ArmMetricCounterFloat32

toString

public java.lang.String toString()
Returns a XML string based version of this entity.

Overrides:
toString in class java.lang.Object
Returns:
a XML string based version of this entity.

TPTP 4.6.0 Tracing and Profiling Tools Project
Internal API Specification