Class CompiledField


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

      Constructors 
      Constructor Description
      CompiledField​(Field field, int groupDepth, stroom.dashboard.expression.v1.Expression expression, CompiledFilter compiledFilter)  
    • Constructor Detail

      • CompiledField

        public CompiledField​(Field field,
                             int groupDepth,
                             stroom.dashboard.expression.v1.Expression expression,
                             CompiledFilter compiledFilter)
    • Method Detail

      • getField

        public Field getField()
      • getGroupDepth

        public int getGroupDepth()
      • getExpression

        public stroom.dashboard.expression.v1.Expression getExpression()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object