|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface specifies an abstraction for accessing OID components
from an array of OIDs. Its purpose is to allow for lightweight access
to OID data. This interface is used for ObjectReference queries to increase
performance.
Supported API: false
Extendable: false
Field Summary | |
static String |
COLUMN_COUNT
Label for the attribute; Number of columns (OID values) per row. |
static String |
LENGTH
Label for the attribute; Length of the array. |
Method Summary | |
String |
getClassName(int a_rowIndex,
int a_columnIndex)
Return the OID class name at the specified index. |
int |
getColumnCount()
Gets the value of the attribute: COLUMN_COUNT. |
Object |
getId(int a_rowIndex,
int a_columnIndex)
Return the OID ID value at the specified index. |
int |
getLength()
Gets the value of the attribute: LENGTH. |
boolean |
isValidIndex(int a_rowIndex)
Indicates if the specified index refers to a valid entry. |
Field Detail |
public static final String LENGTH
public static final String COLUMN_COUNT
Method Detail |
public int getLength()
public int getColumnCount()
public String getClassName(int a_rowIndex, int a_columnIndex)
a_rowIndex
- Index of row in arraya_columnIndex
- Index of column (OID) in a row
public Object getId(int a_rowIndex, int a_columnIndex)
a_rowIndex
- Index of row in arraya_columnIndex
- Index of column (OID) in a row
public boolean isValidIndex(int a_rowIndex)
a_rowIndex
- Index of row in array
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |