Class AnalysisStateModel


  • public class AnalysisStateModel
    extends java.lang.Object
    UI Representation of an Analysis Submission state.
    • Constructor Summary

      Constructors 
      Constructor Description
      AnalysisStateModel​(java.lang.String text, java.lang.String value)  
    • Method Summary

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

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

      • AnalysisStateModel

        public AnalysisStateModel​(java.lang.String text,
                                  java.lang.String value)
    • Method Detail

      • getText

        public java.lang.String getText()
      • getValue

        public java.lang.String getValue()