Interface FieldInfo


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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Gets the name of this field, or null if a name has not been specified within the FieldManager.
      int getNumber()
      Gets the DataSource field number of this field.
    • Method Detail

      • getName

        java.lang.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.