TPTP 4.4.0 Monitoring Tools Project
Internal API Specification

org.eclipse.tptp.monitoring.instrumentation.internal.jmx.statistics
Class StatisticsDescription

java.lang.Object
  extended byorg.eclipse.tptp.monitoring.instrumentation.internal.jmx.statistics.StatisticsDescription
All Implemented Interfaces:
java.io.Serializable

public class StatisticsDescription
extends java.lang.Object
implements java.io.Serializable

Descripes the method infor.

Since:
tptp 4.4
See Also:
Serialized Form

Constructor Summary
StatisticsDescription(java.lang.String type, java.lang.String name)
          Constructs a StatisticsDescription object.
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getName()
           
 java.lang.String getType()
           
 int hashCode()
           
 void setName(java.lang.String name)
           
 void setType(java.lang.String type)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StatisticsDescription

public StatisticsDescription(java.lang.String type,
                             java.lang.String name)
Constructs a StatisticsDescription object.

Parameters:
type - the type
name - the name
Method Detail

toString

public java.lang.String toString()

getName

public java.lang.String getName()
Returns:

setName

public void setName(java.lang.String name)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object obj)

TPTP 4.4.0 Monitoring Tools Project
Internal API Specification