Package apple.corefoundation.enums
Class CFPropertyListMutabilityOptions
- java.lang.Object
-
- apple.corefoundation.enums.CFPropertyListMutabilityOptions
-
public final class CFPropertyListMutabilityOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longImmutablestatic longMutableContainersstatic longMutableContainersAndLeaves
-
-
-
Field Detail
-
Immutable
public static final long Immutable
- See Also:
- Constant Field Values
-
MutableContainers
public static final long MutableContainers
- See Also:
- Constant Field Values
-
MutableContainersAndLeaves
public static final long MutableContainersAndLeaves
- See Also:
- Constant Field Values
-
-