Uses of Class
io.objectbox.query.PropertyQueryConditionImpl.LongLongCondition.Operation
-
Packages that use PropertyQueryConditionImpl.LongLongCondition.Operation Package Description io.objectbox.query -
-
Uses of PropertyQueryConditionImpl.LongLongCondition.Operation in io.objectbox.query
Fields in io.objectbox.query declared as PropertyQueryConditionImpl.LongLongCondition.Operation Modifier and Type Field Description private PropertyQueryConditionImpl.LongLongCondition.OperationPropertyQueryConditionImpl.LongLongCondition. opMethods in io.objectbox.query that return PropertyQueryConditionImpl.LongLongCondition.Operation Modifier and Type Method Description static PropertyQueryConditionImpl.LongLongCondition.OperationPropertyQueryConditionImpl.LongLongCondition.Operation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PropertyQueryConditionImpl.LongLongCondition.Operation[]PropertyQueryConditionImpl.LongLongCondition.Operation. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.objectbox.query with parameters of type PropertyQueryConditionImpl.LongLongCondition.Operation Constructor Description LongLongCondition(Property<T> property, PropertyQueryConditionImpl.LongLongCondition.Operation op, long leftValue, long rightValue)LongLongCondition(Property<T> property, PropertyQueryConditionImpl.LongLongCondition.Operation op, java.util.Date leftValue, java.util.Date rightValue)
-