Interface FieldInfo


public interface FieldInfo
Holds information about a field that is managed by the FieldManager.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the name of this field, or null if a name has not been specified within the FieldManager.
    int
    Gets the DataSource field number of this field.
  • 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.