Interface ObjectInputField<T>

Type Parameters:
T - the type of Java object contained in the field
All Superinterfaces:
Field, Named, ObjectTyped<T>, ObjectValued<T>, ScalarInputField, ScalarTyped, ScalarValued, TokenTyped, TokenValued

public interface ObjectInputField<T> extends ScalarInputField, ObjectValued<T>
An object valued field of a record input port.
See Also: