public final class NSPredicateOperatorType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
BeginsWithPredicateOperatorType |
static long |
BetweenPredicateOperatorType |
static long |
ContainsPredicateOperatorType
lhs contains rhs returns true
|
static long |
CustomSelectorPredicateOperatorType |
static long |
EndsWithPredicateOperatorType |
static long |
EqualToPredicateOperatorType
isEqual: returns true
|
static long |
GreaterThanOrEqualToPredicateOperatorType
compare: returns NSOrderedDescending || NSOrderedSame
|
static long |
GreaterThanPredicateOperatorType
compare: returns NSOrderedDescending
|
static long |
InPredicateOperatorType
rhs contains lhs returns true
|
static long |
LessThanOrEqualToPredicateOperatorType
compare: returns NSOrderedAscending || NSOrderedSame
|
static long |
LessThanPredicateOperatorType
compare: returns NSOrderedAscending
|
static long |
LikePredicateOperatorType |
static long |
MatchesPredicateOperatorType |
static long |
NotEqualToPredicateOperatorType
isEqual: returns false
|
public static final long LessThanPredicateOperatorType
public static final long LessThanOrEqualToPredicateOperatorType
public static final long GreaterThanPredicateOperatorType
public static final long GreaterThanOrEqualToPredicateOperatorType
public static final long EqualToPredicateOperatorType
public static final long NotEqualToPredicateOperatorType
public static final long MatchesPredicateOperatorType
public static final long LikePredicateOperatorType
public static final long BeginsWithPredicateOperatorType
public static final long EndsWithPredicateOperatorType
public static final long InPredicateOperatorType
public static final long CustomSelectorPredicateOperatorType
public static final long ContainsPredicateOperatorType
public static final long BetweenPredicateOperatorType