|
||||||||||
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
org.rococoa.cocoa.foundation.NSCompoundPredicate
public abstract class NSCompoundPredicate
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 |
NSCompoundPredicate._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 | |
---|---|
NSCompoundPredicate()
|
Method Summary | |
---|---|
static NSCompoundPredicate |
alloc()
|
static NSPredicate |
andPredicateWithSubpredicates(NSArray subpredicates)
Convenience Methods ** Original signature : +(NSPredicate*)andPredicateWithSubpredicates:(NSArray*) native declaration : NSCompoundPredicate.h:34 |
abstract int |
compoundPredicateType()
Original signature : -(NSCompoundPredicateType)compoundPredicateType native declaration : NSCompoundPredicate.h:30 |
static NSCompoundPredicate |
createWithType_subpredicates(int type,
NSArray subpredicates)
Factory method |
static NSCompoundPredicate._class_ |
getNSClass()
|
abstract NSCompoundPredicate |
initWithType_subpredicates(int type,
NSArray subpredicates)
Original signature : -(id)initWithType:(NSCompoundPredicateType) subpredicates:(NSArray*) native declaration : NSCompoundPredicate.h:28 |
static NSCompoundPredicate |
new_()
|
static NSPredicate |
notPredicateWithSubpredicate(NSPredicate predicate)
Original signature : +(NSPredicate*)notPredicateWithSubpredicate:(NSPredicate*) native declaration : NSCompoundPredicate.h:36 |
static NSPredicate |
orPredicateWithSubpredicates(NSArray subpredicates)
Original signature : +(NSPredicate*)orPredicateWithSubpredicates:(NSArray*) native declaration : NSCompoundPredicate.h:35 |
abstract NSArray |
subpredicates()
Original signature : -(NSArray*)subpredicates native declaration : NSCompoundPredicate.h:31 |
Methods inherited from class org.rococoa.cocoa.foundation.NSPredicate |
---|
evaluateWithObject_substitutionVariables, evaluateWithObject, predicateFormat, predicateWithFormat_argumentArray, predicateWithFormat, predicateWithSubstitutionVariables, predicateWithValue |
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 NSCompoundPredicate()
Method Detail |
---|
public abstract NSCompoundPredicate initWithType_subpredicates(int type, NSArray subpredicates)
-(id)initWithType:(NSCompoundPredicateType) subpredicates:(NSArray*)
type
- @see org.rococoa.cocoa.foundation.FoundationLibrary#NSCompoundPredicateTypepublic static NSCompoundPredicate createWithType_subpredicates(int type, NSArray subpredicates)
initWithType_subpredicates(int, org.rococoa.cocoa.foundation.NSArray)
public abstract int compoundPredicateType()
-(NSCompoundPredicateType)compoundPredicateType
public abstract NSArray subpredicates()
-(NSArray*)subpredicates
public static NSPredicate andPredicateWithSubpredicates(NSArray subpredicates)
+(NSPredicate*)andPredicateWithSubpredicates:(NSArray*)
public static NSPredicate orPredicateWithSubpredicates(NSArray subpredicates)
+(NSPredicate*)orPredicateWithSubpredicates:(NSArray*)
public static NSPredicate notPredicateWithSubpredicate(NSPredicate predicate)
+(NSPredicate*)notPredicateWithSubpredicate:(NSPredicate*)
public static NSCompoundPredicate alloc()
public static NSCompoundPredicate new_()
public static NSCompoundPredicate._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |