Uses of Enum Class
org.ehrbase.openehr.aqlengine.querywrapper.where.ConditionWrapper.LogicalConditionOperator
Packages that use ConditionWrapper.LogicalConditionOperator
-
Uses of ConditionWrapper.LogicalConditionOperator in org.ehrbase.openehr.aqlengine.querywrapper.where
Methods in org.ehrbase.openehr.aqlengine.querywrapper.where that return ConditionWrapper.LogicalConditionOperatorModifier and TypeMethodDescriptionLogicalOperatorConditionWrapper.operator()Returns the enum constant of this class with the specified name.ConditionWrapper.LogicalConditionOperator.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.ehrbase.openehr.aqlengine.querywrapper.where with parameters of type ConditionWrapper.LogicalConditionOperatorModifierConstructorDescriptionLogicalOperatorConditionWrapper(ConditionWrapper.LogicalConditionOperator operator, List<ConditionWrapper> logicalOperands)