public class FindInfo<DataType extends AbstractHibernateObject> extends Object implements Finder
Modifier and Type | Field and Description |
---|---|
static int |
MATCH_ANYPARTFIELD |
static int |
MATCH_REGEXP |
static int |
MATCH_STARTFIELD |
static int |
MATCH_WHOLEFIELD |
Constructor and Description |
---|
FindInfo(Vectorer vec)
Creates a new instance of FindInfo
|
FindInfo(Vectorer vec,
String sText,
int iField,
boolean bMatchCase,
int iMatch)
Creates a new instance of FindInfo
|
Modifier and Type | Method and Description |
---|---|
int |
getField() |
int |
getMatch() |
String |
getText() |
Vectorer |
getVectorer() |
boolean |
isMatchCase() |
boolean |
match(Object obj) |
public static final int MATCH_STARTFIELD
public static final int MATCH_WHOLEFIELD
public static final int MATCH_ANYPARTFIELD
public static final int MATCH_REGEXP
public FindInfo(Vectorer vec, String sText, int iField, boolean bMatchCase, int iMatch)
public FindInfo(Vectorer vec)
public Vectorer getVectorer()
public String getText()
public int getField()
public boolean isMatchCase()
public int getMatch()
public boolean match(Object obj) throws BasicException
match
in interface Finder
BasicException
Copyright © 2021. All rights reserved.