Interface ObjectOutputField<T>

Type Parameters:
T - the type of Java object contained in the field
All Superinterfaces:
Field, Named, ObjectSettable<T>, ObjectTyped<T>, ScalarOutputField, ScalarSettable, ScalarTyped, TokenSettable, TokenTyped

public interface ObjectOutputField<T> extends ScalarOutputField, ObjectSettable<T>
An object valued field of a record output port.
See Also: