Uses of Class
org.robovm.apple.coredata.NSFetchRequestResultType
-
Packages that use NSFetchRequestResultType Package Description org.robovm.apple.coredata -
-
Uses of NSFetchRequestResultType in org.robovm.apple.coredata
Fields in org.robovm.apple.coredata declared as NSFetchRequestResultType Modifier and Type Field Description static NSFetchRequestResultType
NSFetchRequestResultType. Count
static NSFetchRequestResultType
NSFetchRequestResultType. Dictionary
static NSFetchRequestResultType
NSFetchRequestResultType. ManagedObject
static NSFetchRequestResultType
NSFetchRequestResultType. ManagedObjectID
Methods in org.robovm.apple.coredata that return NSFetchRequestResultType Modifier and Type Method Description protected NSFetchRequestResultType[]
NSFetchRequestResultType. _values()
NSFetchRequestResultType
NSFetchRequest. getResultType()
static NSFetchRequestResultType[]
NSFetchRequestResultType. values()
protected NSFetchRequestResultType
NSFetchRequestResultType. wrap(long value, long mask)
Methods in org.robovm.apple.coredata with parameters of type NSFetchRequestResultType Modifier and Type Method Description void
NSFetchRequest. setResultType(NSFetchRequestResultType v)
-