Class CodePainter.UnstyledResult

  • Enclosing class:
    CodePainter

    public static class CodePainter.UnstyledResult
    extends java.lang.Object
    Holds an unstyled result
    • Constructor Summary

      Constructors 
      Constructor Description
      UnstyledResult​(com.ensoftcorp.atlas.core.query.Q result)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.ensoftcorp.atlas.core.query.Q getResult()  
      • Methods inherited from class java.lang.Object

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

      • UnstyledResult

        public UnstyledResult​(com.ensoftcorp.atlas.core.query.Q result)
    • Method Detail

      • getResult

        public com.ensoftcorp.atlas.core.query.Q getResult()