Interface IObjectText<T>

All Known Implementing Classes:
ObjectText

public interface IObjectText<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    getText(T value)
     
  • Method Details

    • getText

      String getText(T value)