Module datarush.library
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
An object valued field of a record output port.
- See Also:
-
RecordOutputTokenTypeConstant#OBJECT(Class)
-
Method Summary
Methods inherited from interface com.pervasive.datarush.types.Field
getDomain, getName, getProperties, isPrimaryKeyMethods inherited from interface com.pervasive.datarush.tokens.scalar.ObjectSettable
setMethods inherited from interface com.pervasive.datarush.tokens.TokenSettable
set, setNull, setZero
-
Method Details
-
getType
ObjectTokenType<T> getType()Description copied from interface:FieldGets the token type of the field.- Specified by:
getTypein interfaceField- Specified by:
getTypein interfaceObjectTyped<T>- Specified by:
getTypein interfaceScalarOutputField- Specified by:
getTypein interfaceScalarTyped- Specified by:
getTypein interfaceTokenTyped- Returns:
- the field type
-