Package sk.ipesoft.d2000.d2japi
Interface RpcParameterType
-
public interface RpcParameterTypeDefine type of single parameter of a RPC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetStructureDefinitionHobj()Get HOBJ of structure definition ifgetType()isUnivalType.record, otherwise zero.sk.ipesoft.d2000.base.UnivalTypegetType()Get type of the parameter.booleanisInOut()Get INOUT-ness state of the parameter.
-
-
-
Method Detail
-
getStructureDefinitionHobj
int getStructureDefinitionHobj()
Get HOBJ of structure definition ifgetType()isUnivalType.record, otherwise zero.- Returns:
- HOBJ of structure definition or zero
-
getType
sk.ipesoft.d2000.base.UnivalType getType()
Get type of the parameter.- Returns:
- type of parameter
-
isInOut
boolean isInOut()
Get INOUT-ness state of the parameter.- Returns:
truefor INOUT parameter;falsefor IN parameter
-
-