TPTP 4.6.0 Tracing and Profiling Tools Project
Internal API Specification

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

java.lang.Object
  extended by org.eclipse.tptp.trace.arm.internal.transaction.ArmInterfaceImpl
      extended by org.eclipse.tptp.trace.arm.internal.metric.ArmMetricDefinitionImpl
          extended by org.eclipse.tptp.trace.arm.internal.metric.ArmMetricGaugeFloat32DefinitionImpl
All Implemented Interfaces:
org.opengroup.arm40.metric.ArmMetricDefinition, org.opengroup.arm40.metric.ArmMetricGaugeFloat32Definition, org.opengroup.arm40.transaction.ArmInterface

public class ArmMetricGaugeFloat32DefinitionImpl
extends ArmMetricDefinitionImpl
implements org.opengroup.arm40.metric.ArmMetricGaugeFloat32Definition

32-bit Gauge Float Metric Defintion.


Field Summary
 
Fields inherited from class org.eclipse.tptp.trace.arm.internal.metric.ArmMetricDefinitionImpl
MAX_NAME_LENGTH
 
Fields inherited from class org.eclipse.tptp.trace.arm.internal.transaction.ArmInterfaceImpl
validationPropertyKey
 
Fields inherited from interface org.opengroup.arm40.metric.ArmMetricDefinition
METRIC_USE_GENERAL, METRIC_USE_TRAN_SIZE, METRIC_USE_TRAN_STATUS
 
Constructor Summary
ArmMetricGaugeFloat32DefinitionImpl(org.opengroup.arm40.transaction.ArmApplicationDefinition definition, java.lang.String name, java.lang.String units, short usage, org.opengroup.arm40.transaction.ArmID id)
          Create Arm Metric Defintiion.
 
Method Summary
 
Methods inherited from class org.eclipse.tptp.trace.arm.internal.metric.ArmMetricDefinitionImpl
getApplicationDefinition, getID, getName, getUnits, getUsage, toString
 
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.ArmMetricDefinition
getID, getName, getUnits, getUsage
 
Methods inherited from interface org.opengroup.arm40.transaction.ArmInterface
getErrorCode, getErrorMessage, setErrorCode
 

Constructor Detail

ArmMetricGaugeFloat32DefinitionImpl

public ArmMetricGaugeFloat32DefinitionImpl(org.opengroup.arm40.transaction.ArmApplicationDefinition definition,
                                           java.lang.String name,
                                           java.lang.String units,
                                           short usage,
                                           org.opengroup.arm40.transaction.ArmID id)
Create Arm Metric Defintiion.

Parameters:
definition -
name -
units -
usage -
id -

TPTP 4.6.0 Tracing and Profiling Tools Project
Internal API Specification