Uses of Interface
com.caplin.datasource.fields.FieldInfo
Packages that use FieldInfo
-
Uses of FieldInfo in com.caplin.datasource.fields
Classes in com.caplin.datasource.fields that implement FieldInfoMethods in com.caplin.datasource.fields that return FieldInfoModifier 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.Methods in com.caplin.datasource.fields that return types with arguments of type FieldInfo -
Uses of FieldInfo in com.caplin.datasource.interfaces
Methods in com.caplin.datasource.interfaces that return FieldInfoModifier and TypeMethodDescriptionDSField.getFieldInfo()Get the field information for this field, if available.Methods in com.caplin.datasource.interfaces with parameters of type FieldInfoModifier and TypeMethodDescriptionvoidDSField.setFieldInfo(FieldInfo fieldInfo) Sets the field information for the field.