Interface IInfoProvider


  • public interface IInfoProvider
    Interface for information providing for the device matcher.
    Author:
    Christopher Mindus
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethodDescription
      java.lang.StringgetString​(java.lang.String id)
      Gets a string with the specified ID.
      doublegetValue​(java.lang.String id)
      Gets a value with the specified ID.
    • Method Detail

      • getString

        java.lang.String getString​(java.lang.String id)
        Gets a string with the specified ID.
      • getValue

        double getValue​(java.lang.String id)
                 throws java.lang.NumberFormatException
        Gets a value with the specified ID.
        Throws:
        java.lang.NumberFormatException