Package sk.ipesoft.d2000.d2japi
Interface SingleIndirectInfoRequest
-
public interface SingleIndirectInfoRequestSingle request item forD2Session.getIndirectInfo(java.util.List).Use
IndirectInfoRequestFactoryto create instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetColumnIndex()Get one-based column index of cell with reference.intgetHobj()Get HOBJ of structured value object (SV.).intgetRowIndex()Get one-based row index of cell with reference.
-
-
-
Method Detail
-
getHobj
int getHobj()
Get HOBJ of structured value object (SV.).- Returns:
- HOBJ of SV.
-
getRowIndex
int getRowIndex()
Get one-based row index of cell with reference.- Returns:
- one-based index
-
getColumnIndex
int getColumnIndex()
Get one-based column index of cell with reference.- Returns:
- one-based index
-
-