Interface IRegisteredStringValueProvider


  • public interface IRegisteredStringValueProvider
    Defines the interface of an externally registered string value provider. This is the "static" version of IStringValueProvider for external type classes that do not implement EASy interfaces, e.g., for rt-VIL.
    Author:
    Holger Eichelberger
    • Method Detail

      • getStringValue

        java.lang.String getStringValue​(java.lang.Object object,
                                        IStringValueProvider.StringComparator comparator)
        Returns the string value of this object.
        Parameters:
        object - the object to be printed
        comparator - if the sequence of elements, e.g., in case of collections, shall be ordered according to the comparator, null if the original sequence shall be returned
        Returns:
        the string value