ADF Designtime

oracle.adf.dt
Interface RowsetInfo

All Known Implementing Classes:
JUDTBeanRowSetInfo, JUDTDomainRowsetInfo, JUDTSingleAttributeRowsetInfo, JUDTViewRowSetInfo

public interface RowsetInfo

Interface for accessing the set of AttributeInfo and MethodInfo objects for a given model object.


Method Summary
 AttributeInfo getAttribute(int nAttribute)
          Returns an attribute via its index.
 AttributeInfo getAttribute(java.lang.String sName)
          Returns an attribute via its name.
 int getAttributeCount()
          Returns the number of AttributeInfo objects the RowSet contains.
 java.util.ArrayList getMethodList()
          Returns an array of oracle.adf.dt.MethodInfo objects.
 java.lang.Object getModelObject()
          Returns the actual model object represented by this RowSetInfo
 

Method Detail

getAttributeCount

public int getAttributeCount()
Returns the number of AttributeInfo objects the RowSet contains.

Returns:

getAttribute

public AttributeInfo getAttribute(int nAttribute)
Returns an attribute via its index.

Parameters:
nAttribute -
Returns:

getAttribute

public AttributeInfo getAttribute(java.lang.String sName)
Returns an attribute via its name.

Parameters:
sName -
Returns:

getModelObject

public java.lang.Object getModelObject()
Returns the actual model object represented by this RowSetInfo

Returns:

getMethodList

public java.util.ArrayList getMethodList()
Returns an array of oracle.adf.dt.MethodInfo objects.

Returns:

ADF Designtime

 

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