ADF Designtime

oracle.adf.dt.objects
Class JUDTViewRowSetInfo

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

public class JUDTViewRowSetInfo
extends java.lang.Object
implements RowsetInfo


Constructor Summary
JUDTViewRowSetInfo(oracle.jdeveloper.model.JProject project, oracle.jbo.dt.objects.JboDomain domain)
           
JUDTViewRowSetInfo(oracle.jdeveloper.model.JProject project, oracle.jbo.dt.objects.JboView vRef)
           
 
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 JboView objcet
 oracle.jbo.dt.objects.JboView getView()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUDTViewRowSetInfo

public JUDTViewRowSetInfo(oracle.jdeveloper.model.JProject project,
                          oracle.jbo.dt.objects.JboView vRef)

JUDTViewRowSetInfo

public JUDTViewRowSetInfo(oracle.jdeveloper.model.JProject project,
                          oracle.jbo.dt.objects.JboDomain domain)
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:

getView

public oracle.jbo.dt.objects.JboView getView()

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:

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:

getModelObject

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

Specified by:
getModelObject in interface RowsetInfo
Returns:

ADF Designtime

 

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