ADF Designtime

oracle.adf.dt.objects
Class JUDTSingleAttributeRowsetInfo

java.lang.Object
  extended byoracle.adf.dt.objects.JUDTSingleAttributeRowsetInfo
All Implemented Interfaces:
RowsetInfo

public class JUDTSingleAttributeRowsetInfo
extends java.lang.Object
implements RowsetInfo


Constructor Summary
JUDTSingleAttributeRowsetInfo(oracle.jdeveloper.model.JProject project, JUDTGenericAttr attr)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUDTSingleAttributeRowsetInfo

public JUDTSingleAttributeRowsetInfo(oracle.jdeveloper.model.JProject project,
                                     JUDTGenericAttr attr)
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()
Description copied from interface: RowsetInfo
Returns the actual model object represented by this RowSetInfo

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.