public class UserFindMode extends Object
Modifier and Type | Field and Description |
---|---|
static UserFindMode |
ALL
All matches.
|
static UserFindMode |
BEST
Best match only.
|
static UserFindMode |
BEST_REMOTE
Best match in local table for each remote table row.
|
static UserFindMode |
EACH
One output row per local table row, best match or blank.
|
static UserFindMode |
EACH_SCORE
One output row per local table row, best score only or blank.
|
Modifier and Type | Method and Description |
---|---|
static UserFindMode[] |
getInstances()
Returns a list of all the useful instances of this class.
|
String |
getName()
Returns the one-word name for this mode.
|
ServiceFindMode |
getServiceMode()
Returns the service mode associated with this user mode.
|
String |
getSummary()
Returns a short text summary of the meaning of this mode.
|
boolean |
isOneToOne()
Indicates whether this mode describes a match for which the count
and sequence of the output table rows are in one to one correspondence
with the input table rows.
|
String |
toString() |
public static final UserFindMode ALL
public static final UserFindMode BEST
public static final UserFindMode BEST_REMOTE
public static final UserFindMode EACH
public static final UserFindMode EACH_SCORE
public String getName()
public String getSummary()
public ServiceFindMode getServiceMode()
public boolean isOneToOne()
public static UserFindMode[] getInstances()
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.