Uses of Class
org.robovm.apple.coredata.NSPropertyDescription
| Package | Description |
|---|---|
| org.robovm.apple.coredata |
-
Uses of NSPropertyDescription in org.robovm.apple.coredata
Subclasses of NSPropertyDescription in org.robovm.apple.coredata Modifier and Type Class Description classNSAttributeDescriptionclassNSDerivedAttributeDescriptionclassNSExpressionDescriptionclassNSFetchedPropertyDescriptionclassNSRelationshipDescriptionMethods in org.robovm.apple.coredata that return NSPropertyDescription Modifier and Type Method Description NSPropertyDescriptionNSFetchIndexElementDescription. getProperty()Methods in org.robovm.apple.coredata that return types with arguments of type NSPropertyDescription Modifier and Type Method Description NSArray<NSPropertyDescription>NSEntityDescription. getProperties()NSDictionary<NSString,NSPropertyDescription>NSEntityDescription. getPropertiesByName()NSArray<NSPropertyDescription>NSFetchRequest. getPropertiesToFetch()NSArray<NSPropertyDescription>NSFetchRequest. getPropertiesToGroupBy()NSSet<NSPropertyDescription>NSPersistentHistoryChange. getUpdatedProperties()Methods in org.robovm.apple.coredata with parameters of type NSPropertyDescription Modifier and Type Method Description NSObjectNSIncrementalStoreNode. getValue(NSPropertyDescription prop)protected longNSFetchIndexElementDescription. init(NSPropertyDescription property, NSFetchIndexElementType collationType)booleanNSManagedObjectContext. shouldHandleInaccessibleFault(NSManagedObject fault, NSManagedObjectID oid, NSPropertyDescription property)Method parameters in org.robovm.apple.coredata with type arguments of type NSPropertyDescription Modifier and Type Method Description voidNSEntityDescription. setProperties(NSArray<NSPropertyDescription> v)voidNSFetchRequest. setPropertiesToFetch(NSArray<NSPropertyDescription> v)voidNSFetchRequest. setPropertiesToGroupBy(NSArray<NSPropertyDescription> v)Constructors in org.robovm.apple.coredata with parameters of type NSPropertyDescription Constructor Description NSFetchIndexElementDescription(NSPropertyDescription property, NSFetchIndexElementType collationType)