Class TextValue


  • public class TextValue
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TextValue​(java.lang.String fieldName, java.lang.String value)  
    • Method Summary

      Modifier and Type Method Description
      java.lang.String getFieldName()  
      java.lang.String getValue()  
      • Methods inherited from class java.lang.Object

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

      • TextValue

        public TextValue​(java.lang.String fieldName,
                         java.lang.String value)
    • Method Detail

      • getFieldName

        public java.lang.String getFieldName()
      • getValue

        public java.lang.String getValue()