oracle.adf.dt.objects
Class JUDTViewRowSetInfo
java.lang.Object
oracle.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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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:
Copyright © 1997, 2004, Oracle. All rights reserved.