Uses of Interface
com.caplin.datasrc.interfaces.DSField
-
Uses of DSField in com.caplin.datasrc.interfaces
Modifier and TypeMethodDescriptionDSData.getFieldByFieldNumber
(int fieldNumber) Gets the first occurrence of the field with the specified field number.DSData.getFieldByFieldNumber
(int fieldNumber, int occurrence) Gets the specified occurrence of the field with the specified field number.DSRecord.getFieldByName
(String fieldName) Gets the first occurrence of the field with the specified field name.DSRecord.getFieldByName
(String fieldName, int occurrence) Gets the specified occurrence of the field with the specified field name.Modifier and TypeMethodDescriptionDSData.iterator()
Returns an iterator of the fields for this DSData.Modifier and TypeMethodDescriptionvoid
Adds the DSField.boolean
DSData.removeField
(DSField dsField) Removes the specified field from the DSData. -
Uses of DSField in com.caplin.transformer.module.datasrc
Modifier and TypeClassDescriptionclass
Transformer module implementation of the DSField interface.Modifier and TypeMethodDescriptionTransformerDataImpl.getFieldByFieldNumber
(int fieldNumber) TransformerDataImpl.getFieldByFieldNumber
(int fieldNumber, int occurrence) TransformerRecordImpl.getFieldByName
(String fieldName) TransformerRecordImpl.getFieldByName
(String fieldName, int occurrence)