Package org.robovm.apple.coredata
Class NSPersistentStoreMetadata
java.lang.Object
org.robovm.apple.foundation.NSDictionaryWrapper
org.robovm.apple.coredata.NSPersistentStoreMetadata
public class NSPersistentStoreMetadata extends NSDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNSPersistentStoreMetadata.AsListMarshalerstatic classNSPersistentStoreMetadata.Keysstatic classNSPersistentStoreMetadata.Marshaler -
Field Summary
Fields inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
data -
Constructor Summary
Constructors Constructor Description NSPersistentStoreMetadata() -
Method Summary
Modifier and Type Method Description NSObjectget(NSString key)NSDictionary<?,?>getModelVersionHashes()NSSet<?>getModelVersionIdentifiers()longgetOSCompatibility()StringgetType()NSUUIDgetUUID()booleanhas(NSString key)NSPersistentStoreMetadataset(NSString key, NSObject value)NSPersistentStoreMetadatasetType(String type)NSPersistentStoreMetadatasetType(NSPersistentStoreType type)NSPersistentStoreMetadatasetUUID(NSUUID uUID)Methods inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
NSPersistentStoreMetadata
public NSPersistentStoreMetadata()
-
-
Method Details
-
has
-
get
-
set
-
getType
-
setType
-
getUUID
-
setUUID
-
getModelVersionHashes
-
getModelVersionIdentifiers
-
getOSCompatibility
public long getOSCompatibility() -
setType
-