Interface ScalarInputField

All Superinterfaces:
Field, Named, ScalarTyped, ScalarValued, TokenTyped, TokenValued
All Known Subinterfaces:
BinaryInputField, BooleanInputField, CharInputField, DateInputField, DoubleInputField, DurationInputField, FloatInputField, IntInputField, Ip4AddressInputField, Ip6AddressInputField, LongInputField, MoneyInputField, NumericInputField, ObjectInputField<T>, PeriodInputField, StringInputField, TimeInputField, TimestampInputField

public interface ScalarInputField extends Field, ScalarValued
A field of a record input port. This is not a concrete field type; it describes input field operations valid for any scalar type.
See Also:
  • Method Details