Uses of Class
io.objectbox.query.PropertyQueryConditionImpl.LongCondition.Operation
-
Packages that use PropertyQueryConditionImpl.LongCondition.Operation Package Description io.objectbox.query -
-
Uses of PropertyQueryConditionImpl.LongCondition.Operation in io.objectbox.query
Fields in io.objectbox.query declared as PropertyQueryConditionImpl.LongCondition.Operation Modifier and Type Field Description private PropertyQueryConditionImpl.LongCondition.OperationPropertyQueryConditionImpl.LongCondition. opMethods in io.objectbox.query that return PropertyQueryConditionImpl.LongCondition.Operation Modifier and Type Method Description static PropertyQueryConditionImpl.LongCondition.OperationPropertyQueryConditionImpl.LongCondition.Operation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PropertyQueryConditionImpl.LongCondition.Operation[]PropertyQueryConditionImpl.LongCondition.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.LongCondition.Operation Constructor Description LongCondition(Property<T> property, PropertyQueryConditionImpl.LongCondition.Operation op, boolean value)LongCondition(Property<T> property, PropertyQueryConditionImpl.LongCondition.Operation op, long value)LongCondition(Property<T> property, PropertyQueryConditionImpl.LongCondition.Operation op, java.util.Date value)
-