QueryIntegerProperty<EntityT> class
- Inheritance
-
- Object
- QueryProperty<
EntityT, int> - QueryIntegerProperty
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
equals(
int p) → Condition< EntityT> -
greaterOrEqual(
int p) → Condition< EntityT> -
greaterThan(
int p) → Condition< EntityT> -
isNull(
) → Condition< EntityT> -
inherited
-
lessOrEqual(
int p) → Condition< EntityT> -
lessThan(
int p) → Condition< EntityT> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notEquals(
int p) → Condition< EntityT> -
notNull(
) → Condition< EntityT> -
inherited
-
notOneOf(
List< int> list) → Condition<EntityT> -
oneOf(
List< int> list) → Condition<EntityT> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator <(
int p) → Condition< EntityT> -
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator >(
int p) → Condition< EntityT>