Package com.caplin.datasrc.fields
Interface FieldInfo
public interface FieldInfo
Holds information about a field that is managed by the FieldManager.
-
Method Summary
-
Method Details
-
getName
String getName()Gets the name of this field, or null if a name has not been specified within the FieldManager.- Returns:
- the name of this field.
-
getNumber
int getNumber()Gets the DataSource field number of this field.- Returns:
- the field number of this field.
-