Uses of Class
org.robovm.apple.coredata.NSMergePolicyType
| Package | Description |
|---|---|
| org.robovm.apple.coredata |
-
Uses of NSMergePolicyType in org.robovm.apple.coredata
Methods in org.robovm.apple.coredata that return NSMergePolicyType Modifier and Type Method Description NSMergePolicyTypeNSMergePolicy. getMergeType()static NSMergePolicyTypeNSMergePolicyType. valueOf(long n)Returns the enum constant of this type with the specified name.static NSMergePolicyTypeNSMergePolicyType. valueOf(String name)Returns the enum constant of this type with the specified name.static NSMergePolicyType[]NSMergePolicyType. 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 NSMergePolicyType Modifier and Type Method Description protected longNSMergePolicy. init(NSMergePolicyType ty)Constructors in org.robovm.apple.coredata with parameters of type NSMergePolicyType Constructor Description NSMergePolicy(NSMergePolicyType ty)