Class ExternalReflectCallHelper.ArgMapping
java.lang.Object
org.intocps.maestro.interpreter.external.ExternalReflectCallHelper.ArgMapping
- All Implemented Interfaces:
IArgMapping
- Enclosing class:
ExternalReflectCallHelper
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionArgMapping(TP type) ArgMapping(TP type, int dimension, ExternalReflectCallHelper.ArgMapping.InOut direction, long[] limits) -
Method Summary
-
Constructor Details
-
ArgMapping
public ArgMapping(TP type, int dimension, ExternalReflectCallHelper.ArgMapping.InOut direction, long[] limits) -
ArgMapping
-
-
Method Details
-
getDimension
public int getDimension()- Specified by:
getDimensionin interfaceIArgMapping
-
getLimits
public long[] getLimits()- Specified by:
getLimitsin interfaceIArgMapping
-
getDirection
- Specified by:
getDirectionin interfaceIArgMapping
-
setDirection
- Specified by:
setDirectionin interfaceIArgMapping
-
map
- Specified by:
mapin interfaceIArgMapping
-
mapOut
- Specified by:
mapOutin interfaceIArgMapping
-
mapOut
- Specified by:
mapOutin interfaceIArgMapping
-
getType
- Specified by:
getTypein interfaceIArgMapping
-
getDescriptiveName
- Specified by:
getDescriptiveNamein interfaceIArgMapping
-
getDefaultTestValue
- Specified by:
getDefaultTestValuein interfaceIArgMapping
-