Uses of Class
org.robovm.apple.coredata.NSExpressionMigrationKey
-
Packages that use NSExpressionMigrationKey Package Description org.robovm.apple.coredata -
-
Uses of NSExpressionMigrationKey in org.robovm.apple.coredata
Fields in org.robovm.apple.coredata declared as NSExpressionMigrationKey Modifier and Type Field Description static NSExpressionMigrationKey
NSExpressionMigrationKey. DestinationObjectKey
static NSExpressionMigrationKey
NSExpressionMigrationKey. EntityMappingKey
static NSExpressionMigrationKey
NSExpressionMigrationKey. EntityPolicyKey
static NSExpressionMigrationKey
NSExpressionMigrationKey. ManagerKey
static NSExpressionMigrationKey
NSExpressionMigrationKey. PropertyMappingKey
static NSExpressionMigrationKey
NSExpressionMigrationKey. SourceObjectKey
Methods in org.robovm.apple.coredata that return NSExpressionMigrationKey Modifier and Type Method Description static NSExpressionMigrationKey
NSExpressionMigrationKey.Marshaler. toObject(java.lang.Class<NSExpressionMigrationKey> cls, long handle, long flags)
static NSExpressionMigrationKey
NSExpressionMigrationKey. valueOf(NSString value)
Methods in org.robovm.apple.coredata that return types with arguments of type NSExpressionMigrationKey Modifier and Type Method Description static java.util.List<NSExpressionMigrationKey>
NSExpressionMigrationKey.AsListMarshaler. toObject(java.lang.Class<? extends NSObject> cls, long handle, long flags)
Methods in org.robovm.apple.coredata with parameters of type NSExpressionMigrationKey Modifier and Type Method Description static long
NSExpressionMigrationKey.Marshaler. toNative(NSExpressionMigrationKey o, long flags)
Method parameters in org.robovm.apple.coredata with type arguments of type NSExpressionMigrationKey Modifier and Type Method Description static long
NSExpressionMigrationKey.AsListMarshaler. toNative(java.util.List<NSExpressionMigrationKey> l, long flags)
static NSExpressionMigrationKey
NSExpressionMigrationKey.Marshaler. toObject(java.lang.Class<NSExpressionMigrationKey> cls, long handle, long flags)
-