Interface IArgMapping
-
- All Known Implementing Classes:
ExternalReflectCallHelper.ArgMapping
public interface IArgMapping
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDefaultTestValue()StringgetDescriptiveName()intgetDimension()ExternalReflectCallHelper.ArgMapping.InOutgetDirection()long[]getLimits()ClassgetType()Objectmap(Value v)ValuemapOut(Object value, Map<IArgMapping,Value> outputThroughReturn)voidmapOut(Value original, Object value)voidsetDirection(ExternalReflectCallHelper.ArgMapping.InOut direction)
-
-
-
Method Detail
-
getDimension
int getDimension()
-
getLimits
long[] getLimits()
-
getDirection
ExternalReflectCallHelper.ArgMapping.InOut getDirection()
-
setDirection
void setDirection(ExternalReflectCallHelper.ArgMapping.InOut direction)
-
mapOut
Value mapOut(Object value, Map<IArgMapping,Value> outputThroughReturn)
-
getType
Class getType()
-
getDescriptiveName
String getDescriptiveName()
-
getDefaultTestValue
String getDefaultTestValue()
-
-