com.ibm.commons.util.profiler
Class ProfilerType

java.lang.Object
  extended by com.ibm.commons.util.profiler.ProfilerType

public class ProfilerType
extends java.lang.Object

Profiler type.


Constructor Summary
ProfilerType(java.lang.String name)
           
 
Method Summary
static ProfilerType get(java.lang.String name)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProfilerType

public ProfilerType(java.lang.String name)
Method Detail

get

public static ProfilerType get(java.lang.String name)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object