-
- 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:
RecordInput
,TokenTypeConstant#OBJECT(Class)
-
-
Method Summary
-
Methods inherited from interface com.pervasive.datarush.types.Field
getDomain, getName, getProperties, isPrimaryKey
-
Methods inherited from interface com.pervasive.datarush.tokens.scalar.ObjectValued
asObject, getType
-
Methods inherited from interface com.pervasive.datarush.ports.physical.ScalarInputField
getPosition, getType
-
Methods inherited from interface com.pervasive.datarush.tokens.scalar.ScalarValued
isZero
-
Methods inherited from interface com.pervasive.datarush.tokens.TokenValued
isNull
-
-