public class FieldManagerImpl extends java.lang.Object implements FieldManager
Constructor and Description |
---|
FieldManagerImpl(DataSourceState dataSourceState) |
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.
|
public FieldInfo getFieldByName(java.lang.String name)
FieldManager
Given the field's name, returns a structure containing both the field's name and number.
getFieldByName
in interface FieldManager
name
- FieldFieldInfo
with the field's information,
null if the name doesn't existpublic FieldInfo getFieldByNumber(int num)
FieldManager
Given the field's number, returns a structure containing both the field's name and number.
getFieldByNumber
in interface FieldManager
num
- FieldFieldInfo
with the field's information,
null if the number doesn't existPlease send bug reports and comments to Caplin support