Uses of Class
org.gcube.contentmanagement.timeseriesservice.stubs.types.ConditionOperator

Packages that use ConditionOperator
org.gcube.contentmanagement.timeseriesservice.stubs.types   
 

Uses of ConditionOperator in org.gcube.contentmanagement.timeseriesservice.stubs.types
 

Fields in org.gcube.contentmanagement.timeseriesservice.stubs.types declared as ConditionOperator
static ConditionOperator ConditionOperator.and
           
static ConditionOperator ConditionOperator.or
           
 

Methods in org.gcube.contentmanagement.timeseriesservice.stubs.types that return ConditionOperator
static ConditionOperator ConditionOperator.fromString(String value)
           
static ConditionOperator ConditionOperator.fromValue(String value)
           
 ConditionOperator ComplexCondition.getOperator()
          Gets the operator value for this ComplexCondition.
 

Methods in org.gcube.contentmanagement.timeseriesservice.stubs.types with parameters of type ConditionOperator
 void ComplexCondition.setOperator(ConditionOperator operator)
          Sets the operator value for this ComplexCondition.
 

Constructors in org.gcube.contentmanagement.timeseriesservice.stubs.types with parameters of type ConditionOperator
ComplexCondition(FilterCondition leftCondition, ConditionOperator operator, FilterCondition rightCondition)
           
 



Copyright © 2012. All Rights Reserved.