public interface FieldManager
This interface allows access to fields name and numbers configured in Fields.xml or fields.conf files.
Modifier and Type | Method and Description |
---|---|
FieldInfo |
getFieldByName(java.lang.String name)
Given the field's name, returns a structure containing both the field's name
and number.
|
FieldInfo |
getFieldByNumber(int num)
Given the field's number, returns a structure containing both the field's name
and number.
|
Please send bug reports and comments to Caplin support