org.rococoa.cocoa.coredata
Interface CoreDataLibrary

All Superinterfaces:
Library

public interface CoreDataLibrary
extends Library

JNA Wrapper for library CoreData
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.jna.Library
Library.Handler
 
Field Summary
static CoreDataLibrary INSTANCE
           
static String JNA_LIBRARY_NAME
           
static NativeLibrary JNA_NATIVE_LIB
           
static int NSBinaryDataAttributeType
          types explicitly distinguish between bit sizes to ensure data store independence of the underlying operating system
native declaration : /System/Library/Frameworks/CoreData.framework/Headers/NSAttributeDescription.h:29
static int NSBooleanAttributeType
          types explicitly distinguish between bit sizes to ensure data store independence of the underlying operating system
native declaration : /System/Library/Frameworks/CoreData.framework/Headers/NSAttributeDescription.h:27
static int NSDateAttributeType
          types explicitly distinguish between bit sizes to ensure data store independence of the underlying operating system
native declaration : /System/Library/Frameworks/CoreData.framework/Headers/NSAttributeDescription.h:28
static int NSDecimalAttributeType
          types explicitly distinguish between bit sizes to ensure data store independence of the underlying operating system
native declaration : /System/Library/Frameworks/CoreData.framework/Headers/NSAttributeDescription.h:23
static int NSDoubleAttributeType
          types explicitly distinguish between bit sizes to ensure data store independence of the underlying operating system
native declaration : /System/Library/Frameworks/CoreData.framework/Headers/NSAttributeDescription.h:24
static int NSFloatAttributeType
          types explicitly distinguish between bit sizes to ensure data store independence of the underlying operating system
native declaration : /System/Library/Frameworks/CoreData.framework/Headers/NSAttributeDescription.h:25
static int NSInteger16AttributeType
          types explicitly distinguish between bit sizes to ensure data store independence of the underlying operating system
native declaration : /System/Library/Frameworks/CoreData.framework/Headers/NSAttributeDescription.h:20
static int NSInteger32AttributeType
          types explicitly distinguish between bit sizes to ensure data store independence of the underlying operating system
native declaration : /System/Library/Frameworks/CoreData.framework/Headers/NSAttributeDescription.h:21
static int NSInteger64AttributeType
          types explicitly distinguish between bit sizes to ensure data store independence of the underlying operating system
native declaration : /System/Library/Frameworks/CoreData.framework/Headers/NSAttributeDescription.h:22
static int NSObjectIDAttributeType
          types explicitly distinguish between bit sizes to ensure data store independence of the underlying operating system
native declaration : /System/Library/Frameworks/CoreData.framework/Headers/NSAttributeDescription.h:36
static int NSStringAttributeType
          types explicitly distinguish between bit sizes to ensure data store independence of the underlying operating system
native declaration : /System/Library/Frameworks/CoreData.framework/Headers/NSAttributeDescription.h:26
static int NSTransformableAttributeType
          types explicitly distinguish between bit sizes to ensure data store independence of the underlying operating system
native declaration : /System/Library/Frameworks/CoreData.framework/Headers/NSAttributeDescription.h:33
static int NSUndefinedAttributeType
          types explicitly distinguish between bit sizes to ensure data store independence of the underlying operating system
native declaration : /System/Library/Frameworks/CoreData.framework/Headers/NSAttributeDescription.h:19
 
Fields inherited from interface com.sun.jna.Library
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER
 

Field Detail

JNA_LIBRARY_NAME

static final String JNA_LIBRARY_NAME

JNA_NATIVE_LIB

static final NativeLibrary JNA_NATIVE_LIB

INSTANCE

static final CoreDataLibrary INSTANCE

NSUndefinedAttributeType

static final int NSUndefinedAttributeType
types explicitly distinguish between bit sizes to ensure data store independence of the underlying operating system
native declaration : /System/Library/Frameworks/CoreData.framework/Headers/NSAttributeDescription.h:19

See Also:
Constant Field Values

NSInteger16AttributeType

static final int NSInteger16AttributeType
types explicitly distinguish between bit sizes to ensure data store independence of the underlying operating system
native declaration : /System/Library/Frameworks/CoreData.framework/Headers/NSAttributeDescription.h:20

See Also:
Constant Field Values

NSInteger32AttributeType

static final int NSInteger32AttributeType
types explicitly distinguish between bit sizes to ensure data store independence of the underlying operating system
native declaration : /System/Library/Frameworks/CoreData.framework/Headers/NSAttributeDescription.h:21

See Also:
Constant Field Values

NSInteger64AttributeType

static final int NSInteger64AttributeType
types explicitly distinguish between bit sizes to ensure data store independence of the underlying operating system
native declaration : /System/Library/Frameworks/CoreData.framework/Headers/NSAttributeDescription.h:22

See Also:
Constant Field Values

NSDecimalAttributeType

static final int NSDecimalAttributeType
types explicitly distinguish between bit sizes to ensure data store independence of the underlying operating system
native declaration : /System/Library/Frameworks/CoreData.framework/Headers/NSAttributeDescription.h:23

See Also:
Constant Field Values

NSDoubleAttributeType

static final int NSDoubleAttributeType
types explicitly distinguish between bit sizes to ensure data store independence of the underlying operating system
native declaration : /System/Library/Frameworks/CoreData.framework/Headers/NSAttributeDescription.h:24

See Also:
Constant Field Values

NSFloatAttributeType

static final int NSFloatAttributeType
types explicitly distinguish between bit sizes to ensure data store independence of the underlying operating system
native declaration : /System/Library/Frameworks/CoreData.framework/Headers/NSAttributeDescription.h:25

See Also:
Constant Field Values

NSStringAttributeType

static final int NSStringAttributeType
types explicitly distinguish between bit sizes to ensure data store independence of the underlying operating system
native declaration : /System/Library/Frameworks/CoreData.framework/Headers/NSAttributeDescription.h:26

See Also:
Constant Field Values

NSBooleanAttributeType

static final int NSBooleanAttributeType
types explicitly distinguish between bit sizes to ensure data store independence of the underlying operating system
native declaration : /System/Library/Frameworks/CoreData.framework/Headers/NSAttributeDescription.h:27

See Also:
Constant Field Values

NSDateAttributeType

static final int NSDateAttributeType
types explicitly distinguish between bit sizes to ensure data store independence of the underlying operating system
native declaration : /System/Library/Frameworks/CoreData.framework/Headers/NSAttributeDescription.h:28

See Also:
Constant Field Values

NSBinaryDataAttributeType

static final int NSBinaryDataAttributeType
types explicitly distinguish between bit sizes to ensure data store independence of the underlying operating system
native declaration : /System/Library/Frameworks/CoreData.framework/Headers/NSAttributeDescription.h:29

See Also:
Constant Field Values

NSTransformableAttributeType

static final int NSTransformableAttributeType
types explicitly distinguish between bit sizes to ensure data store independence of the underlying operating system
native declaration : /System/Library/Frameworks/CoreData.framework/Headers/NSAttributeDescription.h:33

See Also:
Constant Field Values

NSObjectIDAttributeType

static final int NSObjectIDAttributeType
types explicitly distinguish between bit sizes to ensure data store independence of the underlying operating system
native declaration : /System/Library/Frameworks/CoreData.framework/Headers/NSAttributeDescription.h:36

See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.