value - The SearchOrder enum value representing the search order to set.
getMatchCase
public finalbooleangetMatchCase()
Get the search case sensitive. The default value is False .
setMatchCase
public finalvoidsetMatchCase(boolean value)
Set the search case sensitive. The default value is False .
getMatchByte
public finalbooleangetMatchByte()
Get the MatchByte way. True to have double-byte characters match only double-byte characters. False to have double-byte characters match their single-byte equivalents.
setMatchByte
public finalvoidsetMatchByte(boolean value)
Set the MatchByte way. True to have double-byte characters match only double-byte characters. False to have double-byte characters match their single-byte equivalents.