ch.ethz.mxquery.model.ft
Class FTCaseMatchOption
java.lang.Object
ch.ethz.mxquery.model.ft.MatchOption
ch.ethz.mxquery.model.ft.FTCaseMatchOption
public class FTCaseMatchOption
- extends MatchOption
Case Match Option: upper case, lower case, case sensitive, case insensitive
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CASE_SENSITIVE
public static final int CASE_SENSITIVE
- See Also:
- Constant Field Values
CASE_LOWERCASE
public static final int CASE_LOWERCASE
- See Also:
- Constant Field Values
CASE_UPPERCASE
public static final int CASE_UPPERCASE
- See Also:
- Constant Field Values
CASE_INSENSITIVE
public static final int CASE_INSENSITIVE
- See Also:
- Constant Field Values
FTCaseMatchOption
public FTCaseMatchOption(boolean handleCase,
int caseType)
getCaseType
public int getCaseType()
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich