Interface IArgMapping
- All Known Implementing Classes:
ExternalReflectCallHelper.ArgMapping
public interface IArgMapping
-
Method Details
-
getDimension
int getDimension() -
getLimits
long[] getLimits() -
getDirection
ExternalReflectCallHelper.ArgMapping.InOut getDirection() -
setDirection
-
map
-
mapOut
-
mapOut
-
getType
Class getType() -
getDescriptiveName
String getDescriptiveName() -
getDefaultTestValue
String getDefaultTestValue()
-