Uses of Class
org.robovm.apple.coredata.NSManagedObjectContextConcurrencyType
| Package | Description |
|---|---|
| org.robovm.apple.coredata |
-
Uses of NSManagedObjectContextConcurrencyType in org.robovm.apple.coredata
Methods in org.robovm.apple.coredata that return NSManagedObjectContextConcurrencyType Modifier and Type Method Description NSManagedObjectContextConcurrencyTypeNSManagedObjectContext. getConcurrencyType()static NSManagedObjectContextConcurrencyTypeNSManagedObjectContextConcurrencyType. valueOf(long n)Returns the enum constant of this type with the specified name.static NSManagedObjectContextConcurrencyTypeNSManagedObjectContextConcurrencyType. valueOf(String name)Returns the enum constant of this type with the specified name.static NSManagedObjectContextConcurrencyType[]NSManagedObjectContextConcurrencyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.coredata with parameters of type NSManagedObjectContextConcurrencyType Modifier and Type Method Description protected longNSManagedObjectContext. init(NSManagedObjectContextConcurrencyType ct)Constructors in org.robovm.apple.coredata with parameters of type NSManagedObjectContextConcurrencyType Constructor Description NSManagedObjectContext(NSManagedObjectContextConcurrencyType ct)