TPTP 4.6.0 Tracing and Profiling Tools Project
Internal API Specification

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

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.ArmMetricGauge32Impl
All Implemented Interfaces:
org.opengroup.arm40.metric.ArmMetric, org.opengroup.arm40.metric.ArmMetricGauge32, org.opengroup.arm40.transaction.ArmInterface

public class ArmMetricGauge32Impl
extends ArmMetricImpl
implements org.opengroup.arm40.metric.ArmMetricGauge32

32-bit Gauge Metric.


Field Summary
 
Fields inherited from class org.eclipse.tptp.trace.arm.internal.transaction.ArmInterfaceImpl
validationPropertyKey
 
Constructor Summary
ArmMetricGauge32Impl(org.opengroup.arm40.metric.ArmMetricDefinition definition)
          Create Arm Metric.
 
Method Summary
 int get()
           
 int set(int 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

ArmMetricGauge32Impl

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

Parameters:
definition -
Method Detail

get

public int get()
Specified by:
get in interface org.opengroup.arm40.metric.ArmMetricGauge32

set

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

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