|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.foundation.NSPredicate
public abstract class NSPredicate
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
| Nested Class Summary | |
|---|---|
static class |
NSPredicate._class_
|
| Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
|---|
NSCoding._static_ |
| Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCopying |
|---|
NSCopying._static_ |
| Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
|---|
NSObject._static_ |
| Constructor Summary | |
|---|---|
NSPredicate()
|
|
| Method Summary | |
|---|---|
static NSPredicate |
alloc()
|
abstract boolean |
evaluateWithObject_substitutionVariables(ObjCObject object,
NSDictionary bindings)
single pass evaluation substituting variables from the bindings dictionary for any variable expressions encountered Original signature : -(BOOL)evaluateWithObject:(id) substitutionVariables:(NSDictionary*)native declaration : NSPredicate.h:36 |
abstract boolean |
evaluateWithObject(ObjCObject object)
evaluate a predicate against a single object Original signature : -(BOOL)evaluateWithObject:(id)native declaration : NSPredicate.h:33 |
static NSPredicate._class_ |
getNSClass()
|
static NSPredicate |
new_()
|
abstract NSString |
predicateFormat()
returns the format string of the predicate Original signature : -(NSString*)predicateFormatnative declaration : NSPredicate.h:29 |
static NSPredicate |
predicateWithFormat_argumentArray(NSString predicateFormat,
NSArray arguments)
Parse predicateFormat and return an appropriate predicate Original signature : +(NSPredicate*)predicateWithFormat:(NSString*) argumentArray:(NSArray*)native declaration : NSPredicate.h:19 |
static NSPredicate |
predicateWithFormat(NSString predicateFormat,
NSObject... varargs)
Original signature : +(NSPredicate*)predicateWithFormat:(NSString*), ... |
abstract NSPredicate |
predicateWithSubstitutionVariables(NSDictionary variables)
substitute constant values for variables Original signature : -(NSPredicate*)predicateWithSubstitutionVariables:(NSDictionary*)native declaration : NSPredicate.h:31 |
static NSPredicate |
predicateWithValue(boolean value)
return predicates that always evaluate to true/false Original signature : +(NSPredicate*)predicateWithValue:(BOOL)native declaration : NSPredicate.h:23 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
|---|
encodeWithCoder, initWithCoder |
| Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCopying |
|---|
copyWithZone |
| Methods inherited from interface org.rococoa.ObjCObject |
|---|
id |
| Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
|---|
autorelease, class_, conformsToProtocol, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, superclass, zone |
| Constructor Detail |
|---|
public NSPredicate()
| Method Detail |
|---|
public static NSPredicate predicateWithFormat_argumentArray(NSString predicateFormat,
NSArray arguments)
+(NSPredicate*)predicateWithFormat:(NSString*) argumentArray:(NSArray*)
public static NSPredicate predicateWithFormat(NSString predicateFormat,
NSObject... varargs)
+(NSPredicate*)predicateWithFormat:(NSString*), ...
public static NSPredicate predicateWithValue(boolean value)
+(NSPredicate*)predicateWithValue:(BOOL)
public abstract NSString predicateFormat()
-(NSString*)predicateFormat
public abstract NSPredicate predicateWithSubstitutionVariables(NSDictionary variables)
-(NSPredicate*)predicateWithSubstitutionVariables:(NSDictionary*)
public abstract boolean evaluateWithObject(ObjCObject object)
-(BOOL)evaluateWithObject:(id)
public abstract boolean evaluateWithObject_substitutionVariables(ObjCObject object,
NSDictionary bindings)
-(BOOL)evaluateWithObject:(id) substitutionVariables:(NSDictionary*)
public static NSPredicate alloc()
public static NSPredicate new_()
public static NSPredicate._class_ getNSClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||