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.StringStatsInfo

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

public static class AMStatistics.StringStatsInfo
extends AMStatistics.StatsInfo

Custom implementations of ApplicationModules should add their String 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.StringStatsInfo(java.lang.String value, java.lang.String name, java.lang.String description)
           
 
Method Summary
 java.lang.String 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.StringStatsInfo

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

getValue

public java.lang.String 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.