Uses of Interface
com.caplin.datasrc.fields.FieldInfo
Packages that use FieldInfo
Package
Description
-
Uses of FieldInfo in com.caplin.datasrc.fields
Methods in com.caplin.datasrc.fields that return FieldInfoModifier and TypeMethodDescriptionFieldManager.getFieldByName(String name) Gets the FieldInfo for a field, given a field name.FieldManager.getFieldByNumber(int num) Gets the FieldInfo for a field, given a field number. -
Uses of FieldInfo in com.caplin.datasrc.interfaces
Methods in com.caplin.datasrc.interfaces that return FieldInfoModifier and TypeMethodDescriptionDSField.getFieldInfo()Get the field information for this field, if available.Methods in com.caplin.datasrc.interfaces with parameters of type FieldInfoModifier and TypeMethodDescriptionvoidDSField.setFieldInfo(FieldInfo fieldInfo) Sets the field information for the field. -
Uses of FieldInfo in com.caplin.transformer.module.datasrc
Methods in com.caplin.transformer.module.datasrc that return FieldInfoMethods in com.caplin.transformer.module.datasrc with parameters of type FieldInfo