Uses of Interface
com.caplin.datasource.fields.FieldInfo
-
Uses of FieldInfo in com.caplin.datasource.fields
Modifier and TypeMethodDescriptionFieldManager.getFieldByName
(String name) Given the field's name, returns a structure containing both the field's name and number.FieldManager.getFieldByNumber
(int num) Given the field's number, returns a structure containing both the field's name and number. -
Uses of FieldInfo in com.caplin.datasource.interfaces
Modifier and TypeMethodDescriptionDSField.getFieldInfo()
Get the field information for this field, if available.Modifier and TypeMethodDescriptionvoid
DSField.setFieldInfo
(FieldInfo fieldInfo) Sets the field information for the field.