Oracle Reports
Java API Reference
11g Release 1 (11.1.1)
E10775-01

oracle.reports.plugin.definition
Class Summary

java.lang.Object
  extended by oracle.reports.plugin.definition.BaseObject
      extended by oracle.reports.plugin.definition.Column
          extended by oracle.reports.plugin.definition.Summary

public class Summary
extends Column

Reports summary object


Field Summary
 
Fields inherited from class oracle.reports.plugin.definition.Column
DATATYPE_BFILE, DATATYPE_BLOB, DATATYPE_CHAR, DATATYPE_CLOB, DATATYPE_COLLECTION, DATATYPE_DATE, DATATYPE_GRAPHIC, DATATYPE_LONG, DATATYPE_LONG_RAW, DATATYPE_MLABLE, DATATYPE_NAMED_TYPE, DATATYPE_NCLOB, DATATYPE_NUMBER, DATATYPE_RAW, DATATYPE_REF, DATATYPE_ROWID, DATATYPE_UNKNOWN, DATATYPE_VARCHAR, DATATYPE_VARCHAR2, mRWObj
 
Fields inherited from class oracle.reports.plugin.definition.BaseObject
mReport
 
Constructor Summary
protected Summary(oracle.reports.definition.RWDataItem rwobj, Report report)
          Constructor NOTE: Plugin must never try to create any Reports objects by itself.
 
Method Summary
 java.lang.String getValueIfNull()
          Returns "value if null" property of this column
 
Methods inherited from class oracle.reports.plugin.definition.Column
createColumn, getDataType, getGroup
 
Methods inherited from class oracle.reports.plugin.definition.BaseObject
getComment, getName, getReport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Summary

protected Summary(oracle.reports.definition.RWDataItem rwobj,
                  Report report)
           throws PluginException
Constructor NOTE: Plugin must never try to create any Reports objects by itself.

Throws:
PluginException
Method Detail

getValueIfNull

public java.lang.String getValueIfNull()
                                throws PluginException
Returns "value if null" property of this column

Throws:
PluginException

Oracle Reports
Java API Reference

Copyright © 1994, 2009 Oracle Corporation. All Rights Reserved.