org.rococoa.cocoa.carboncore
Class FSSearchParams
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.carboncore.FSSearchParams
- Direct Known Subclasses:
- FSSearchParams.ByReference, FSSearchParams.ByValue
public class FSSearchParams
- extends com.ochafik.lang.jnaerator.runtime.Structure
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.
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure |
setupClone |
Methods inherited from class com.sun.jna.Structure |
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField |
searchTime
public int searchTime
searchBits
public int searchBits
searchNameLength
public NativeLong searchNameLength
searchName
public ShortByReference searchName
searchInfo1
public FSCatalogInfo.ByReference searchInfo1
searchInfo2
public FSCatalogInfo.ByReference searchInfo2
FSSearchParams
public FSSearchParams()
FSSearchParams
public FSSearchParams(int searchTime,
int searchBits,
NativeLong searchNameLength,
ShortByReference searchName,
FSCatalogInfo.ByReference searchInfo1,
FSCatalogInfo.ByReference searchInfo2)
- Parameters:
searchTime
- a Time Manager duration
searchBits
- which fields to search on
searchInfo1
- values and lower bounds
searchInfo2
- masks and upper bounds
byReference
public FSSearchParams.ByReference byReference()
byValue
public FSSearchParams.ByValue byValue()
clone
public FSSearchParams clone()
- Overrides:
clone
in class Object