oracle.adf.dt.objects
Class JUDTSingleAttributeRowsetInfo
java.lang.Object
oracle.adf.dt.objects.JUDTSingleAttributeRowsetInfo
- All Implemented Interfaces:
- RowsetInfo
- public class JUDTSingleAttributeRowsetInfo
- extends java.lang.Object
- implements RowsetInfo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JUDTSingleAttributeRowsetInfo
public JUDTSingleAttributeRowsetInfo(oracle.jdeveloper.model.JProject project,
JUDTGenericAttr attr)
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:
Copyright © 1997, 2004, Oracle. All rights reserved.