Interface FieldInfo

All Known Implementing Classes:
FieldInfoImpl

public interface FieldInfo

This interface allows access to fields name and numbers configured in fields.conf files.

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    int
     
  • Field Details

  • Method Details

    • getName

      String getName()
      Returns:
      Field name or null if it doesn't exist
    • getNumber

      int getNumber()
      Returns:
      Field number or DS_FIELDS_NOT_DEFINED if it doesn't exist