Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


oracle.adf.model.generic
Class DCRowContext

java.lang.Object
  extended byoracle.adf.model.generic.DCRowContext

Direct Known Subclasses:
DCGenericRowContext

public class DCRowContext
extends java.lang.Object

Field Summary
protected AttributeList mAL
protected Row mRow
protected RowSetIterator mRSI
protected StructureDef mStructureDef

Constructor Summary
protected DCRowContext(Row row, RowSetIterator iter, StructureDef def)
DCRowContext(RowSetIterator iter, StructureDef def, AttributeList al)

Method Summary
AttributeList getAttributeList()
Row getRow()
java.lang.Object getRowDataProvider()
RowSetIterator getRowSetIterator()
StructureDef getStructureDef()
boolean isNullRSI()

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

mRow

protected Row mRow

mStructureDef

protected StructureDef mStructureDef

mRSI

protected RowSetIterator mRSI

mAL

protected AttributeList mAL

Constructor Detail

DCRowContext

protected DCRowContext(Row row,
                       RowSetIterator iter,
                       StructureDef def)

DCRowContext

public DCRowContext(RowSetIterator iter,
                    StructureDef def,
                    AttributeList al)

Method Detail

getAttributeList

public AttributeList getAttributeList()

getRowDataProvider

public java.lang.Object getRowDataProvider()

getRow

public Row getRow()

isNullRSI

public boolean isNullRSI()

getStructureDef

public StructureDef getStructureDef()

getRowSetIterator

public RowSetIterator getRowSetIterator()

Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


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