public class UserFindMode
extends java.lang.Object
Modifier and Type | Field | 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 | Description |
---|---|---|
static UserFindMode[] |
getInstances() |
Returns a list of all the useful instances of this class.
|
java.lang.String |
getName() |
Returns the one-word name for this mode.
|
ServiceFindMode |
getServiceMode() |
Returns the service mode associated with this user mode.
|
java.lang.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.
|
java.lang.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 java.lang.String getName()
public java.lang.String getSummary()
public ServiceFindMode getServiceMode()
public boolean isOneToOne()
public java.lang.String toString()
toString
in class java.lang.Object
public static UserFindMode[] getInstances()
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.