Uses of Enum Class
io.objectbox.query.PropertyQueryConditionImpl.LongLongCondition.Operation
Packages that use PropertyQueryConditionImpl.LongLongCondition.Operation
-
Uses of PropertyQueryConditionImpl.LongLongCondition.Operation in io.objectbox.query
Fields in io.objectbox.query declared as PropertyQueryConditionImpl.LongLongCondition.OperationModifier and TypeFieldDescriptionprivate final PropertyQueryConditionImpl.LongLongCondition.OperationPropertyQueryConditionImpl.LongLongCondition.opMethods in io.objectbox.query that return PropertyQueryConditionImpl.LongLongCondition.OperationModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.PropertyQueryConditionImpl.LongLongCondition.Operation.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.objectbox.query with parameters of type PropertyQueryConditionImpl.LongLongCondition.OperationModifierConstructorDescriptionLongLongCondition(Property<T> property, PropertyQueryConditionImpl.LongLongCondition.Operation op, long leftValue, long rightValue) LongLongCondition(Property<T> property, PropertyQueryConditionImpl.LongLongCondition.Operation op, Date leftValue, Date rightValue)