org.apache.openjpa.enhance.stats
Class FetchStatsCollector.Container

java.lang.Object
  extended by org.apache.openjpa.enhance.stats.FetchStatsCollector.Container
Enclosing class:
FetchStatsCollector

static class FetchStatsCollector.Container
extends Object


Field Summary
(package private)  String _name
           
(package private)  Integer _value
           
 
Constructor Summary
FetchStatsCollector.Container(String name, int value)
           
 
Method Summary
(package private)  String getName()
           
 Integer getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_name

String _name

_value

Integer _value
Constructor Detail

FetchStatsCollector.Container

public FetchStatsCollector.Container(String name,
                                     int value)
Method Detail

getName

String getName()

getValue

public Integer getValue()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.