XltObject function
Scripting language:
- JavaScript
function XltObject_func_name (cloverEnv, xpm, inVal)
- Python
def XltObject_func_name (cloverEnv, xpm, inVal)
Args:
cloverEnv
This is a reference to the Cloverleaf run-time environment.
xpm
This is a reference to an XPM object. In this, any field in the input or output message is referenced.
inVal
This is the input
Object
. This is the source field from the associated Xlate action that is represented as anObject
.
This returns the returned Object
. This is
a type that is supported by the com.quovadx.cloverleaf.upoc.Datum
class.