Package sk.ipesoft.d2000.d2japi.utils
Class IndirectInfoRequestFactory
- java.lang.Object
-
- sk.ipesoft.d2000.d2japi.utils.IndirectInfoRequestFactory
-
public class IndirectInfoRequestFactory extends java.lang.ObjectHelper class for creating indirect info requests.
-
-
Constructor Summary
Constructors Constructor Description IndirectInfoRequestFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SingleIndirectInfoRequestcreateSingleRequest(int hobj, int rowIndex, int columnIndex)Create new instance ofSingleIndirectInfoRequest.
-
-
-
Method Detail
-
createSingleRequest
public static SingleIndirectInfoRequest createSingleRequest(int hobj, int rowIndex, int columnIndex)
Create new instance ofSingleIndirectInfoRequest.- Parameters:
hobj- HOBJ of structured value object (SV.)rowIndex- one-based row index of cell with referencecolumnIndex- one-based column index of cell with reference- Returns:
- new instance
-
-