Uses of Class
org.robovm.apple.coredata.NSFetchIndexElementType
| Package | Description |
|---|---|
| org.robovm.apple.coredata |
-
Uses of NSFetchIndexElementType in org.robovm.apple.coredata
Methods in org.robovm.apple.coredata that return NSFetchIndexElementType Modifier and Type Method Description NSFetchIndexElementTypeNSFetchIndexElementDescription. getCollationType()static NSFetchIndexElementTypeNSFetchIndexElementType. valueOf(long n)Returns the enum constant of this type with the specified name.static NSFetchIndexElementTypeNSFetchIndexElementType. valueOf(String name)Returns the enum constant of this type with the specified name.static NSFetchIndexElementType[]NSFetchIndexElementType. 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 NSFetchIndexElementType Modifier and Type Method Description protected longNSFetchIndexElementDescription. init(NSPropertyDescription property, NSFetchIndexElementType collationType)voidNSFetchIndexElementDescription. setCollationType(NSFetchIndexElementType v)Constructors in org.robovm.apple.coredata with parameters of type NSFetchIndexElementType Constructor Description NSFetchIndexElementDescription(NSPropertyDescription property, NSFetchIndexElementType collationType)