Class ObjectText<T>

  • All Implemented Interfaces:
    IObjectText<T>

    public class ObjectText<T>
    extends java.lang.Object
    implements IObjectText<T>
    • Constructor Summary

      Constructors 
      Constructor Description
      ObjectText()  
      ObjectText​(java.lang.String nullValueString)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getText​(T value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ObjectText

        public ObjectText()
      • ObjectText

        public ObjectText​(java.lang.String nullValueString)
    • Method Detail

      • getText

        public java.lang.String getText​(T value)
        Specified by:
        getText in interface IObjectText<T>