Uses of Class
org.robovm.apple.foundation.NSURLFileProtection
-
Packages that use NSURLFileProtection Package Description org.robovm.apple.foundation -
-
Uses of NSURLFileProtection in org.robovm.apple.foundation
Fields in org.robovm.apple.foundation declared as NSURLFileProtection Modifier and Type Field Description static NSURLFileProtection
NSURLFileProtection. Complete
static NSURLFileProtection
NSURLFileProtection. CompleteUnlessOpen
static NSURLFileProtection
NSURLFileProtection. CompleteUntilFirstUserAuthentication
static NSURLFileProtection
NSURLFileProtection. None
Methods in org.robovm.apple.foundation that return NSURLFileProtection Modifier and Type Method Description static NSURLFileProtection
NSURLFileProtection.Marshaler. toObject(java.lang.Class<NSURLFileProtection> cls, long handle, long flags)
static NSURLFileProtection
NSURLFileProtection. valueOf(NSString value)
Methods in org.robovm.apple.foundation that return types with arguments of type NSURLFileProtection Modifier and Type Method Description static java.util.List<NSURLFileProtection>
NSURLFileProtection.AsListMarshaler. toObject(java.lang.Class<? extends NSObject> cls, long handle, long flags)
Methods in org.robovm.apple.foundation with parameters of type NSURLFileProtection Modifier and Type Method Description static long
NSURLFileProtection.Marshaler. toNative(NSURLFileProtection o, long flags)
Method parameters in org.robovm.apple.foundation with type arguments of type NSURLFileProtection Modifier and Type Method Description static long
NSURLFileProtection.AsListMarshaler. toNative(java.util.List<NSURLFileProtection> l, long flags)
static NSURLFileProtection
NSURLFileProtection.Marshaler. toObject(java.lang.Class<NSURLFileProtection> cls, long handle, long flags)
-