Uses of Class
com.splunk.BooleanComparison

Packages that use BooleanComparison
com.splunk   
 

Uses of BooleanComparison in com.splunk
 

Methods in com.splunk that return BooleanComparison
static BooleanComparison BooleanComparison.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BooleanComparison[] BooleanComparison.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.splunk with parameters of type BooleanComparison
 PivotSpecification PivotSpecification.addFilter(java.lang.String field, BooleanComparison comparison, boolean compareTo)
          Add a filter on a boolean valued field.