ADF Designtime

oracle.adf.dt.objects
Class JUDTBeanRowSetInfo

java.lang.Object
  extended byoracle.adf.dt.objects.JUDTBeanRowSetInfo
All Implemented Interfaces:
RowsetInfo
Direct Known Subclasses:
JUDTBeanReferenceRowSetInfo

public class JUDTBeanRowSetInfo
extends java.lang.Object
implements RowsetInfo


Constructor Summary
JUDTBeanRowSetInfo(oracle.jdeveloper.model.JProject project, JUDTBean bean)
           
 
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()
          return model object - instance of JUDTBean
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUDTBeanRowSetInfo

public JUDTBeanRowSetInfo(oracle.jdeveloper.model.JProject project,
                          JUDTBean bean)
Method Detail

getAttributeCount

public int getAttributeCount()
Description copied from interface: RowsetInfo
Returns the number of AttributeInfo objects the RowSet contains.

Specified by:
getAttributeCount in interface RowsetInfo
Returns:

getAttribute

public AttributeInfo getAttribute(int nAttribute)
Description copied from interface: RowsetInfo
Returns an attribute via its index.

Specified by:
getAttribute in interface RowsetInfo
Parameters:
nAttribute -
Returns:

getAttribute

public AttributeInfo getAttribute(java.lang.String sName)
Description copied from interface: RowsetInfo
Returns an attribute via its name.

Specified by:
getAttribute in interface RowsetInfo
Parameters:
sName -
Returns:

getModelObject

public java.lang.Object getModelObject()
return model object - instance of JUDTBean

Specified by:
getModelObject in interface RowsetInfo
Returns:

getMethodList

public java.util.ArrayList getMethodList()
Description copied from interface: RowsetInfo
Returns an array of oracle.adf.dt.MethodInfo objects.

Specified by:
getMethodList in interface RowsetInfo
Returns:

ADF Designtime

 

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