Class TextField

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String[] textValue  
    • Constructor Summary

      Constructors 
      Constructor Description
      TextField​(java.lang.String value)  
      TextField​(java.lang.String[] values)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • textValue

        @Field(type=Text)
        public java.lang.String[] textValue
    • Constructor Detail

      • TextField

        public TextField​(java.lang.String value)
      • TextField

        public TextField​(java.lang.String[] values)