Interface IRegisteredStringValueProvider
-
public interface IRegisteredStringValueProviderDefines the interface of an externally registered string value provider. This is the "static" version ofIStringValueProviderfor external type classes that do not implement EASy interfaces, e.g., for rt-VIL.- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetStringValue(java.lang.Object object, IStringValueProvider.StringComparator comparator)Returns the string value of this object.
-
-
-
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 printedcomparator- 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
-
-