MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

ch.ethz.mxquery.model.ft
Class AnyAllOption

java.lang.Object
  extended by ch.ethz.mxquery.model.ft.AnyAllOption

public class AnyAllOption
extends java.lang.Object

FTAnyAllOption: FTWords [any, all, all words, any word, phrase]


Field Summary
static int ANY_ALL_OPT_ALL
           
static int ANY_ALL_OPT_ALLWORDS
           
static int ANY_ALL_OPT_ANY
           
static int ANY_ALL_OPT_ANYWORD
           
static int ANY_ALL_OPT_PHRASE
           
 
Constructor Summary
AnyAllOption(int anyAllVal)
           
 
Method Summary
 AnyAllOption copy()
           
 int getAnyAllValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ANY_ALL_OPT_ANY

public static final int ANY_ALL_OPT_ANY
See Also:
Constant Field Values

ANY_ALL_OPT_ANYWORD

public static final int ANY_ALL_OPT_ANYWORD
See Also:
Constant Field Values

ANY_ALL_OPT_ALL

public static final int ANY_ALL_OPT_ALL
See Also:
Constant Field Values

ANY_ALL_OPT_ALLWORDS

public static final int ANY_ALL_OPT_ALLWORDS
See Also:
Constant Field Values

ANY_ALL_OPT_PHRASE

public static final int ANY_ALL_OPT_PHRASE
See Also:
Constant Field Values
Constructor Detail

AnyAllOption

public AnyAllOption(int anyAllVal)
Method Detail

copy

public AnyAllOption copy()

getAnyAllValue

public int getAnyAllValue()

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich