Files
mars-flaim/xflaim/java/jni/xflaim_QueryOperators.h
dsandersoremutah 16e2c3fe05 Added more methods to Query class.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@773 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-17 22:53:33 +00:00

64 lines
2.4 KiB
C

/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class xflaim_QueryOperators */
#ifndef _Included_xflaim_QueryOperators
#define _Included_xflaim_QueryOperators
#ifdef __cplusplus
extern "C" {
#endif
#undef xflaim_QueryOperators_XFLM_UNKNOWN_OP
#define xflaim_QueryOperators_XFLM_UNKNOWN_OP 0L
#undef xflaim_QueryOperators_XFLM_AND_OP
#define xflaim_QueryOperators_XFLM_AND_OP 1L
#undef xflaim_QueryOperators_XFLM_OR_OP
#define xflaim_QueryOperators_XFLM_OR_OP 2L
#undef xflaim_QueryOperators_XFLM_NOT_OP
#define xflaim_QueryOperators_XFLM_NOT_OP 3L
#undef xflaim_QueryOperators_XFLM_EQ_OP
#define xflaim_QueryOperators_XFLM_EQ_OP 4L
#undef xflaim_QueryOperators_XFLM_NE_OP
#define xflaim_QueryOperators_XFLM_NE_OP 5L
#undef xflaim_QueryOperators_XFLM_APPROX_EQ_OP
#define xflaim_QueryOperators_XFLM_APPROX_EQ_OP 6L
#undef xflaim_QueryOperators_XFLM_LT_OP
#define xflaim_QueryOperators_XFLM_LT_OP 7L
#undef xflaim_QueryOperators_XFLM_LE_OP
#define xflaim_QueryOperators_XFLM_LE_OP 8L
#undef xflaim_QueryOperators_XFLM_GT_OP
#define xflaim_QueryOperators_XFLM_GT_OP 9L
#undef xflaim_QueryOperators_XFLM_GE_OP
#define xflaim_QueryOperators_XFLM_GE_OP 10L
#undef xflaim_QueryOperators_XFLM_BITAND_OP
#define xflaim_QueryOperators_XFLM_BITAND_OP 11L
#undef xflaim_QueryOperators_XFLM_BITOR_OP
#define xflaim_QueryOperators_XFLM_BITOR_OP 12L
#undef xflaim_QueryOperators_XFLM_BITXOR_OP
#define xflaim_QueryOperators_XFLM_BITXOR_OP 13L
#undef xflaim_QueryOperators_XFLM_MULT_OP
#define xflaim_QueryOperators_XFLM_MULT_OP 14L
#undef xflaim_QueryOperators_XFLM_DIV_OP
#define xflaim_QueryOperators_XFLM_DIV_OP 15L
#undef xflaim_QueryOperators_XFLM_MOD_OP
#define xflaim_QueryOperators_XFLM_MOD_OP 16L
#undef xflaim_QueryOperators_XFLM_PLUS_OP
#define xflaim_QueryOperators_XFLM_PLUS_OP 17L
#undef xflaim_QueryOperators_XFLM_MINUS_OP
#define xflaim_QueryOperators_XFLM_MINUS_OP 18L
#undef xflaim_QueryOperators_XFLM_NEG_OP
#define xflaim_QueryOperators_XFLM_NEG_OP 19L
#undef xflaim_QueryOperators_XFLM_LPAREN_OP
#define xflaim_QueryOperators_XFLM_LPAREN_OP 20L
#undef xflaim_QueryOperators_XFLM_RPAREN_OP
#define xflaim_QueryOperators_XFLM_RPAREN_OP 21L
#undef xflaim_QueryOperators_XFLM_COMMA_OP
#define xflaim_QueryOperators_XFLM_COMMA_OP 22L
#undef xflaim_QueryOperators_XFLM_LBRACKET_OP
#define xflaim_QueryOperators_XFLM_LBRACKET_OP 23L
#undef xflaim_QueryOperators_XFLM_RBRACKET_OP
#define xflaim_QueryOperators_XFLM_RBRACKET_OP 24L
#ifdef __cplusplus
}
#endif
#endif