Oracle Reports
Java API Reference
10g Release 2 (10.1.2)
B14049-01

oracle.reports.plugin.definition
Class Group

java.lang.Object
  |
  +--oracle.reports.plugin.definition.BaseObject
        |
        +--oracle.reports.plugin.definition.Group

public class Group
extends BaseObject

Report group object


Field Summary
protected oracle.reports.definition.RWGroup mRWObj

Fields inherited from class oracle.reports.plugin.definition.BaseObject
mReport

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

Method Summary
Column[] getColumns()
Returns the columns in this group
DataSource getDataSource()
Returns the data source of this group
Group getFirstChild()
Returns first child group of this group
Group getNextSibling()
Returns the next sibling group of this group
Group getParent()
Returns parent group of this group
Group getPreviousSibling()
Returns the previous sibling group of this group

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

Field Detail

mRWObj

protected oracle.reports.definition.RWGroup mRWObj

Constructor Detail

Group

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

Method Detail

getDataSource

public DataSource getDataSource()
                         throws PluginException
Returns the data source of this group

getColumns

public Column[] getColumns()
                    throws PluginException
Returns the columns in this group

getNextSibling

public Group getNextSibling()
                     throws PluginException
Returns the next sibling group of this group

getPreviousSibling

public Group getPreviousSibling()
                         throws PluginException
Returns the previous sibling group of this group

getFirstChild

public Group getFirstChild()
                    throws PluginException
Returns first child group of this group

getParent

public Group getParent()
                throws PluginException
Returns parent group of this group

Oracle Reports
Java API Reference

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