Class ProblemDataItemString

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      ProblemDataItemString​(java.lang.String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getString()  
      java.lang.String getString​(boolean populate)  
      • Methods inherited from class java.lang.Object

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

      • value

        private java.lang.String value
    • Constructor Detail

      • ProblemDataItemString

        ProblemDataItemString​(java.lang.String value)