|
ADF Designtime | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public int getAttributeCount()
public AttributeInfo getAttribute(int nAttribute)
nAttribute
-
public AttributeInfo getAttribute(java.lang.String sName)
sName
-
public java.lang.Object getModelObject()
public java.util.ArrayList getMethodList()
|
ADF Designtime | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.