Uses of Enum Class
gov.nasa.gsfc.sscweb.schema.ConditionOperator
Packages that use ConditionOperator
-
Uses of ConditionOperator in gov.nasa.gsfc.sscweb.schema
Fields in gov.nasa.gsfc.sscweb.schema declared as ConditionOperatorModifier and TypeFieldDescriptionprotected ConditionOperatorQueryRequestType.conditionOperatorOperator for combining conditions.protected ConditionOperatorRegionCondition.conditionOperatorOperator for combining region conditions.Methods in gov.nasa.gsfc.sscweb.schema that return ConditionOperatorModifier and TypeMethodDescriptionstatic ConditionOperatorGets the enum associated to the value passed as parameter.QueryRequestType.getConditionOperator()Operator for combining conditions.RegionCondition.getConditionOperator()Operator for combining region conditions.static ConditionOperatorReturns the enum constant of this class with the specified name.static ConditionOperator[]ConditionOperator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in gov.nasa.gsfc.sscweb.schema with parameters of type ConditionOperatorModifier and TypeMethodDescriptionvoidQueryRequestType.setConditionOperator(ConditionOperator value) Sets the value of the conditionOperator property.voidRegionCondition.setConditionOperator(ConditionOperator value) Sets the value of the conditionOperator property.