|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.pds.OidHolderArray
This concrete implementation clas provides access to an array of OidHolder
instances.
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private OidHolder[] |
oidHolders
|
private static String |
RESOURCE
|
Fields inherited from interface wt.pds.OidArray |
COLUMN_COUNT, LENGTH |
Constructor Summary | |
OidHolderArray(int a_length)
Supported API: false |
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: columnCount; Number of columns (OID values) per row. |
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; Length of the array. |
boolean |
isValidIndex(int a_rowIndex)
Indicates if the specified index refers to a valid entry. |
void |
setOidHolder(OidHolder a_oidHolder,
int a_index)
Sets the OidHolder at the specified index. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private OidHolder[] oidHolders
Constructor Detail |
public OidHolderArray(int a_length)
a_length
- Method Detail |
public void setOidHolder(OidHolder a_oidHolder, int a_index)
a_oidHolder
- a_index
- public int getLength()
getLength
in interface OidArray
public int getColumnCount()
getColumnCount
in interface OidArray
public String getClassName(int a_rowIndex, int a_columnIndex)
getClassName
in interface OidArray
a_rowIndex
- Index of row in arraya_columnIndex
- Index of column (OID) in a row
public Object getId(int a_rowIndex, int a_columnIndex)
getId
in interface OidArray
a_rowIndex
- Index of row in arraya_columnIndex
- Index of column (OID) in a row
public boolean isValidIndex(int a_rowIndex)
isValidIndex
in interface OidArray
a_rowIndex
- Index of row in array
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |