TPTP 4.2.0 Tracing and Profiling Tools Project
Internal API Specification

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

java.lang.Object
  extended byorg.eclipse.tptp.trace.arm.internal.metric.ArmMetricDefinitionImpl
      extended byorg.eclipse.tptp.trace.arm.internal.metric.ArmMetricNumericId32DefinitionImpl
All Implemented Interfaces:
org.opengroup.arm40.transaction.ArmInterface, org.opengroup.arm40.metric.ArmMetricDefinition, org.opengroup.arm40.metric.ArmMetricNumericId32Definition

public class ArmMetricNumericId32DefinitionImpl
extends ArmMetricDefinitionImpl
implements org.opengroup.arm40.metric.ArmMetricNumericId32Definition

TODO: Write Documentation

Since:
4.2 - 4-Apr-2006

Field Summary
 
Fields inherited from class org.eclipse.tptp.trace.arm.internal.metric.ArmMetricDefinitionImpl
MAX_NAME_LENGTH
 
Fields inherited from interface org.opengroup.arm40.metric.ArmMetricDefinition
METRIC_USE_GENERAL, METRIC_USE_TRAN_SIZE, METRIC_USE_TRAN_STATUS
 
Constructor Summary
ArmMetricNumericId32DefinitionImpl(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 Defintion.
 
Methods inherited from class org.eclipse.tptp.trace.arm.internal.metric.ArmMetricDefinitionImpl
getApplicationDefinition, getErrorCode, getErrorMessage, getID, getName, getUnits, getUsage, setErrorCode, toString
 
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

ArmMetricNumericId32DefinitionImpl

public ArmMetricNumericId32DefinitionImpl(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 Defintion.

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

TPTP 4.2.0 Tracing and Profiling Tools Project
Internal API Specification