addParam
Adds a String parameter to the ZK system specification.
Parameters
the key of the parameter.
the value of the parameter.
Adds a ByteArray parameter to the ZK system specification.
Parameters
the key of the parameter.
the value of the parameter.
Adds a Float parameter to the ZK system specification.
Parameters
the key of the parameter.
the value of the parameter.
Adds a Long parameter to the ZK system specification.
Parameters
the key of the parameter.
the value of the parameter.
Adds a Double parameter to the ZK system specification.
Parameters
the key of the parameter.
the value of the parameter.
Adds a Boolean parameter to the ZK system specification.
Parameters
the key of the parameter.
the value of the parameter.
Adds a DataItem parameter to the ZK system specification. Will add the parameter to the primitive value of the DataItem.
Parameters
the key of the parameter.
the value of the parameter.