Package org.robovm.apple.corefoundation
Class CFPreferencesDomain
- java.lang.Object
-
- org.robovm.apple.foundation.GlobalValueEnumeration<CFString>
-
- org.robovm.apple.corefoundation.CFPreferencesDomain
-
public class CFPreferencesDomain extends GlobalValueEnumeration<CFString>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CFPreferencesDomain.AsListMarshaler
static class
CFPreferencesDomain.Marshaler
static class
CFPreferencesDomain.Values
-
Field Summary
Fields Modifier and Type Field Description static CFPreferencesDomain
AnyApplication
static CFPreferencesDomain
AnyHost
static CFPreferencesDomain
AnyUser
static CFPreferencesDomain
CurrentApplication
static CFPreferencesDomain
CurrentHost
static CFPreferencesDomain
CurrentUser
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CFPreferencesDomain
valueOf(CFString value)
-
Methods inherited from class org.robovm.apple.foundation.GlobalValueEnumeration
toString, value
-
-
-
-
Field Detail
-
AnyApplication
public static final CFPreferencesDomain AnyApplication
-
CurrentApplication
public static final CFPreferencesDomain CurrentApplication
-
AnyHost
public static final CFPreferencesDomain AnyHost
-
CurrentHost
public static final CFPreferencesDomain CurrentHost
-
AnyUser
public static final CFPreferencesDomain AnyUser
-
CurrentUser
public static final CFPreferencesDomain CurrentUser
-
-
Method Detail
-
valueOf
public static CFPreferencesDomain valueOf(CFString value)
-
-