wt.fc
Class ObjectTable.OidArrayImpl
java.lang.Object
wt.fc.ObjectTable.OidArrayImpl
- All Implemented Interfaces:
- OidArray
- Enclosing class:
- ObjectTable
- private static class ObjectTable.OidArrayImpl
- extends Object
- implements OidArray
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
objectIdentifiers
private Object[] objectIdentifiers
ObjectTable.OidArrayImpl
ObjectTable.OidArrayImpl(Object[] a_objectIdentifiers)
getClassName
public String getClassName(int a_rowIndex,
int a_columnIndex)
- Description copied from interface:
OidArray
- Return the OID class name at the specified index.
Supported API: false
- Specified by:
getClassName
in interface OidArray
- Parameters:
a_rowIndex
- Index of row in arraya_columnIndex
- Index of column (OID) in a row
- Returns:
- String
getId
public Object getId(int a_rowIndex,
int a_columnIndex)
- Description copied from interface:
OidArray
- Return the OID ID value at the specified index.
Supported API: false
- Specified by:
getId
in interface OidArray
- Parameters:
a_rowIndex
- Index of row in arraya_columnIndex
- Index of column (OID) in a row
- Returns:
- Object
getLength
public int getLength()
- Description copied from interface:
OidArray
- Gets the value of the attribute: LENGTH.
Length of the array.
Supported API: false
- Specified by:
getLength
in interface OidArray
- Returns:
- int
isValidIndex
public boolean isValidIndex(int a_rowIndex)
- Description copied from interface:
OidArray
- Indicates if the specified index refers to a valid entry.
Supported API: false
- Specified by:
isValidIndex
in interface OidArray
- Parameters:
a_rowIndex
- Index of row in array
- Returns:
- boolean
getColumnCount
public int getColumnCount()
- Description copied from interface:
OidArray
- Gets the value of the attribute: COLUMN_COUNT.
Number of columns (OID values) per row.
Supported API: false
- Specified by:
getColumnCount
in interface OidArray
- Returns:
- int