Name

adams.flow.control.Cast


Synopsis

Casts the incoming data to the specified classname. For arrays, use '[]' at the end (can be used multiple times).
By using adams.flow.core.Unknown (default) you should be able to avoid specifying the actual classname


Additional information

Flow input/output:
- input: adams.flow.core.Unknown
- output: adams.flow.core.Unknown


Options