Uses of Class
org.robovm.apple.coredata.NSFetchIndexElementDescription
| Package | Description |
|---|---|
| org.robovm.apple.coredata |
-
Uses of NSFetchIndexElementDescription in org.robovm.apple.coredata
Methods in org.robovm.apple.coredata that return types with arguments of type NSFetchIndexElementDescription Modifier and Type Method Description NSArray<NSFetchIndexElementDescription>NSFetchIndexDescription. getElements()Method parameters in org.robovm.apple.coredata with type arguments of type NSFetchIndexElementDescription Modifier and Type Method Description protected longNSFetchIndexDescription. init(String name, NSArray<NSFetchIndexElementDescription> elements)voidNSFetchIndexDescription. setElements(NSArray<NSFetchIndexElementDescription> v)Constructor parameters in org.robovm.apple.coredata with type arguments of type NSFetchIndexElementDescription Constructor Description NSFetchIndexDescription(String name, NSArray<NSFetchIndexElementDescription> elements)