org.rococoa.cocoa.foundation
Interface FoundationLibrary.NSPropertyListMutabilityOptions

Enclosing interface:
FoundationLibrary

public static interface FoundationLibrary.NSPropertyListMutabilityOptions

native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSPropertyList.h
enum values


Field Summary
static int NSPropertyListImmutable
           
static int NSPropertyListMutableContainers
           
static int NSPropertyListMutableContainersAndLeaves
           
 

Field Detail

NSPropertyListImmutable

static final int NSPropertyListImmutable
See Also:
Constant Field Values

NSPropertyListMutableContainers

static final int NSPropertyListMutableContainers
See Also:
Constant Field Values

NSPropertyListMutableContainersAndLeaves

static final int NSPropertyListMutableContainersAndLeaves
See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.