Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.0.0)

E17483-01

oracle.jbo.common.ampool
Class AMStatistics.CountStatsInfo

java.lang.Object
  extended by oracle.jbo.common.ampool.AMStatistics.StatsInfo
      extended by oracle.jbo.common.ampool.AMStatistics.CountStatsInfo
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
AMStatistics

public static class AMStatistics.CountStatsInfo
extends AMStatistics.StatsInfo

Custom implementations of ApplicationModules should add their long properties using this class.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class oracle.jbo.common.ampool.AMStatistics.StatsInfo
_description, _name, _type, _valueAsObject
 
Constructor Summary
AMStatistics.CountStatsInfo(long value, java.lang.String name, java.lang.String description)
           
 
Method Summary
 long getValue()
           
 
Methods inherited from class oracle.jbo.common.ampool.AMStatistics.StatsInfo
getDescription, getName, getType, getValueAsObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AMStatistics.CountStatsInfo

public AMStatistics.CountStatsInfo(long value,
                                   java.lang.String name,
                                   java.lang.String description)
Method Detail

getValue

public long getValue()

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.0.0)

E17483-01

Copyright © 1997, 2011, Oracle. All rights reserved.